From 835aa9aea23659e9e2fe40d5287a814318c3145e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Thu, 5 Jun 2025 07:25:19 -0300 Subject: [PATCH] Update svelte config --- svelte.config.js | 3 +++ 1 file changed, 3 insertions(+) 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;