michmich112 / sveltekit-adapter-chrome-extension

Sveltekit adapter for making chrome extensions
MIT License
108 stars 17 forks source link

Fix prerender option name in README #24

Closed esvyridov closed 1 year ago

esvyridov commented 1 year ago

Most probably it's a typo because build script is failing if prerendered option is exported from a +page.ts file:

Error: Invalid export 'prerendered' in / (valid exports are load, prerender, csr, ssr, trailingSlash, or anything with a '_' prefix)

michmich112 commented 1 year ago

Good catch!