removing custom domain

This commit is contained in:
liyunze 2024-01-10 08:54:20 +08:00
parent d0f3f0bd4c
commit 45d2206317

View file

@ -10,5 +10,6 @@ export default defineConfig({
port: 8008, port: 8008,
hostname: "RythonDev", hostname: "RythonDev",
}, },
site: "https://rython.dev", site: "https://liyunze-coding.github.io/",
base: "rythondev",
}); });