chore: move VitePress dev server to port 5176 (avoid admin port conflict)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,12 @@ export default defineConfig({
|
|||||||
|
|
||||||
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
|
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
|
||||||
|
|
||||||
|
vite: {
|
||||||
|
server: {
|
||||||
|
port: 5176,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: "/logo.svg",
|
logo: "/logo.svg",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user