Remove routes.exclude for Workers for Platforms compatibility
Some checks failed
Deploy Site / deploy-chirho (push) Failing after 10s
Some checks failed
Deploy Site / deploy-chirho (push) Failing after 10s
This commit is contained in:
@@ -8,14 +8,13 @@ const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
routes: {
|
||||
include: ['/*'],
|
||||
exclude: ['<all>']
|
||||
}
|
||||
// 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
|
||||
Reference in New Issue
Block a user