updated site

This commit is contained in:
2026-02-12 09:27:05 -05:00
parent 7a76d61bd3
commit d01bd46f5c
10 changed files with 2043 additions and 159 deletions

13
vite.config.js Normal file
View File

@@ -0,0 +1,13 @@
import { defineConfig } from 'vite'
export default defineConfig({
build: {
rollupOptions: {
input: {
main: 'index.html',
tos: 'tos.html',
privacy: 'privacy.html'
}
}
}
})