···1010 // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
1111 // If your environment is not supported, or you settled on a specific environment, switch out the adapter.
1212 // See https://svelte.dev/docs/kit/adapters for more information about adapters.
1313- adapter: adapter()
1313+ adapter: adapter(),
1414+ paths: {
1515+ relative: true
1616+ }
1417 }
1518};
1619