This commit is contained in:
2026-04-13 00:32:23 -07:00
parent b1a769c84d
commit c7c6d1e6b5
17 changed files with 108 additions and 118 deletions

View File

@@ -6,8 +6,8 @@ const config = {
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter()
}
adapter: adapter(),
},
};
export default config;
export default config;