Skip to content

Commit

Permalink
enable prerender (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ags1773 authored Jul 6, 2021
1 parent 24e654c commit 2bd112e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ isomorphicRoutes(app, {
structuredData: STRUCTURED_DATA
}),
preloadJs: true,
oneSignalServiceWorkers: true
oneSignalServiceWorkers: true,
prerenderServiceUrl: "https://prerender.quintype.io"
});

0 comments on commit 2bd112e

Please sign in to comment.