Adding a new post plus some upgrades from upstream
This commit is contained in:
parent
73d324bec1
commit
054d8e3bb8
20 changed files with 1311 additions and 0 deletions
5
svelte.config.js
Normal file
5
svelte.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { vitePreprocess } from "@astrojs/svelte";
|
||||
|
||||
export default {
|
||||
preprocess: [vitePreprocess({ script: true })],
|
||||
};
|
Reference in a new issue