From 31c56937b8f4999aea2f1f4211e91a3d0f3cee94 Mon Sep 17 00:00:00 2001 From: borjarobert Date: Fri, 28 May 2021 17:10:10 +0200 Subject: [PATCH] de nuevo a netlify --- .gitignore | 1 + svelte.config.js | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) 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