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:
2026-04-14 16:31:23 +02:00
parent 8ace0480ae
commit 887a8fccde

View File

@@ -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",