This commit is contained in:
defaultkavy 2024-03-30 19:17:00 +08:00
parent 5c8e9d7bb2
commit 8e0962b37f
6 changed files with 2 additions and 1 deletions

1
CNAME Normal file
View File

@ -0,0 +1 @@
ytchat.defaultkavy.com

View File

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -2,7 +2,7 @@ import { defineConfig } from 'vite';
export default defineConfig({
build: {
outDir: './docs',
target: 'es2022'
},
})