diff --git a/.gitignore b/.gitignore index 38677ef..e7cd348 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules /.svelte-kit /functions +/build diff --git a/svelte.config.js b/svelte.config.js index 219bfc8..4e2178c 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -14,13 +14,13 @@ import netlify from '@sveltejs/adapter-netlify' export default { kit: { - adapter: adapter({ - // default options are shown - pages: 'build', - assets: 'build', - fallback: null - }), - // adapter: netlify(), + // adapter: adapter({ + // default options are shown + // pages: 'build', + // assets: 'build', + // fallback: null + // }), + adapter: netlify(), target: '#svelte' } }; \ No newline at end of file