From b51869a3d22556f8a8310d9b6102faae9c3e83c7 Mon Sep 17 00:00:00 2001 From: Nguyen Marc Date: Wed, 24 Jan 2024 14:01:43 +0100 Subject: [PATCH] fix(npm): fix sitemap wrong origin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3db2af66..6c30f08e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "vite dev", "build": "vite build", "preview": "vite preview", - "postbuild": "pnpm dlx svelte-sitemap --domain https://deepsquare-io.github.io", + "postbuild": "pnpm dlx svelte-sitemap --domain https://deepsquare.io", "test": "pnpm run test:integration && pnpm run test:unit", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",