From 606c645dd9a883c4e3c0a64cb92d56a1445d8341 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Wed, 14 Oct 2020 13:19:00 +0200 Subject: Fix gh-pages path problem with service-worker --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index f56e50a..b1f5e1c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "npm run build:css && sapper build --legacy", "watch:css": "postcss static/global.css -o static/index.css -w", "build:css": "NODE_ENV=production postcss static/global.css -o static/index.css", - "export": "sapper export --basepath Aurora-data --legacy", + "export": "sapper export --basepath 'Aurora-data' --legacy", "start": "node __sapper__/build", "start:dev": "sapper dev", "cy:run": "cypress run", -- cgit v1.2.3