Skip to content

Commit e350963

Browse files
authored
docs: add filename label (sveltejs#172)
1 parent 8ff785c commit e350963

File tree

1 file changed

+1
-0
lines changed
  • content/tutorial/02-sveltekit/07-page-options/04-prerender

1 file changed

+1
-0
lines changed

content/tutorial/02-sveltekit/07-page-options/04-prerender/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The tradeoff is that the build process takes longer, and prerendered content can
1111
To prerender a page, set `prerender` to `true`:
1212

1313
```js
14+
/// file: src/routes/+page.server.js
1415
export const prerender = true;
1516
```
1617

0 commit comments

Comments
 (0)