fix(deployment) removed specific routes

This commit is contained in:
2023-09-19 12:29:16 -04:00
parent c029f89227
commit d35c0146fe

View File

@@ -13,10 +13,6 @@ const config = {
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({
routes: {
include: ['/*'],
exclude: ['<files>']
}
})
}
};