Skip to content

Commit

Permalink
fix: enable prerendering
Browse files Browse the repository at this point in the history
  • Loading branch information
eneajaho committed Mar 8, 2024
1 parent 4f1cab1 commit 550897a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/movies/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"server": "projects/movies/src/main.server.ts",
"ssr": {
"entry": "projects/movies/server.ts"
},
"prerender": {
"routesFile": "projects/movies/prerender-routes.txt"
}
},
"configurations": {
Expand Down

0 comments on commit 550897a

Please sign in to comment.