Skip to content

Commit

Permalink
fix(demo): add pre-rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Feb 6, 2024
1 parent c8d2526 commit 20cd377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngx-fast-icon-demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"scripts": [],
"server": "packages/ngx-fast-icon-demo/src/main.server.ts",
"prerender": false,
"prerender": true,
"ssr": {
"entry": "packages/ngx-fast-icon-demo/server.ts"
}
Expand Down

0 comments on commit 20cd377

Please sign in to comment.