diff --git a/svelte.config.js b/svelte.config.js index 769b401..02ba2c8 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -14,6 +14,9 @@ const config = { port: 7280, }, }, + prerender: { + origin: 'https://embroideryviewer.xyz', + }, }; export default config;