fix(web): route installation links to docs section

This commit is contained in:
YeonGyu-Kim
2026-05-14 14:18:13 +09:00
parent 63ced1d2a0
commit 9a1f8f679f
5 changed files with 181 additions and 28 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default defineConfig({
],
webServer: {
command: "next build --webpack && next start",
command: "next build && next start",
url: "http://127.0.0.1:3000",
reuseExistingServer: !process.env.CI,
timeout: 180000,