Svelte confiug update
This commit is contained in:
parent
f92162bca9
commit
d4c69f2723
@ -1,4 +1,5 @@
|
||||
{
|
||||
"extends": "./.svelte-kit/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
|
@ -6,6 +6,9 @@ const config = {
|
||||
kit: {
|
||||
// hydrate the <div id="svelte"> element in src/app.html
|
||||
adapter: staticAdapter(),
|
||||
prerender: {
|
||||
default: true
|
||||
},
|
||||
files: {
|
||||
assets: 'static'
|
||||
},
|
||||
|
@ -1,7 +1,6 @@
|
||||
const config = {
|
||||
mode: 'jit',
|
||||
darkMode: 'media',
|
||||
purge: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user