diff --git a/svelte.config.js b/svelte.config.js index d89bafd..a986923 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -8,14 +8,13 @@ const config = { preprocess: vitePreprocess(), kit: { adapter: adapter({ - routes: { - include: ['/*'], - exclude: [''] - } + // Remove routes.exclude so the worker handles all routes + // This is required for Workers for Platforms dispatch namespaces + // where static assets are not automatically served }) } }; export default config; -// JESUS CHRIST IS LORD +// JESUS CHRIST IS LORD \ No newline at end of file