adding back custom domain name

This commit is contained in:
liyunze 2024-01-10 08:57:44 +08:00
parent 45d2206317
commit bda2f91911

View file

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