Skip to content

Commit

Permalink
final before first deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSinaDevelo committed Aug 5, 2024
1 parent b62ecec commit 1b0ece2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Empty file added static/assets/.nojekyll
Empty file.
14 changes: 8 additions & 6 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import adapter from '@sveltejs/adapter-static';
import { vitePreprocess } from '@sveltejs/kit/vite';
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {

adapter: adapter()
adapter: adapter(),
paths: {
base: process.env.NODE_ENV === 'development' ? '' : process.env.BASE_PATH,
}
},
preprocess: vitePreprocess()
};
export default config;


export default config;

0 comments on commit 1b0ece2

Please sign in to comment.