changed to centered layout

This commit is contained in:
haerikimmm
2026-06-15 16:43:32 +09:00
parent 6cee6095ed
commit 4c219abab4
15 changed files with 1205 additions and 648 deletions

View File

@@ -1,7 +1,6 @@
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vite.dev/config/
export default defineConfig({
plugins: [svelte()],
})