Update svelte config
Some checks are pending
Deploy / deploy (push) Waiting to run

This commit is contained in:
Leonardo Murça 2025-06-05 07:25:19 -03:00
parent 0f599d2069
commit 835aa9aea2

View file

@ -14,6 +14,9 @@ const config = {
port: 7280,
},
},
prerender: {
origin: 'https://embroideryviewer.xyz',
},
};
export default config;