-3
svelte.config.js
-3
svelte.config.js
···
15
15
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
16
16
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
17
17
adapter: adapter(),
18
-
router: {
19
-
resolution: 'server',
20
-
},
21
18
},
22
19
};
23
20