We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea38bc commit e7a6637Copy full SHA for e7a6637
vite.config.ts
@@ -4,6 +4,8 @@ import tailwindcss from '@tailwindcss/vite'
4
5
// https://vite.dev/config/
6
export default defineConfig({
7
+ // fast magic
8
+ base: "https://gcore.jsdelivr.net/gh/douban-zoo/douban-zoo.github.io@gh-pages/",
9
plugins: [
10
tailwindcss(),
11
svelte()],
0 commit comments