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