From 169c0603e81d06e280bc7de86579b9c3d973541c Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 31 Jul 2023 09:36:29 +0900 Subject: [PATCH] fix(portfolio): sitemap not working --- apps/portfolio/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/portfolio/package.json b/apps/portfolio/package.json index 2a1d652..95f0c2f 100644 --- a/apps/portfolio/package.json +++ b/apps/portfolio/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "open-cli http://localhost:5174 && next dev -p 5174", "build": "next build", + "postbuild": "next-sitemap", "serve": "serve dist --listen 5174", "test:e2e": "playwright test", "lint": "next lint",