diff --git a/svelte.config.js b/svelte.config.js index a986923..38afc48 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -8,13 +8,14 @@ const config = { preprocess: vitePreprocess(), kit: { adapter: adapter({ - // 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 + routes: { + include: ['/*'], + exclude: [] // Don't exclude any routes - required for Workers for Platforms + } }) } }; export default config; -// JESUS CHRIST IS LORD \ No newline at end of file +// JESUS CHRIST IS LORD