fix(portfolio): sitemap not working

This commit is contained in:
Kim, Jimin 2023-07-31 09:36:29 +09:00
parent ce88a0a343
commit 169c0603e8
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -5,6 +5,7 @@
"scripts": { "scripts": {
"dev": "open-cli http://localhost:5174 && next dev -p 5174", "dev": "open-cli http://localhost:5174 && next dev -p 5174",
"build": "next build", "build": "next build",
"postbuild": "next-sitemap",
"serve": "serve dist --listen 5174", "serve": "serve dist --listen 5174",
"test:e2e": "playwright test", "test:e2e": "playwright test",
"lint": "next lint", "lint": "next lint",