diff --git a/package.json b/package.json index fbdfdd2..4e47b60 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "license": "MIT", "scripts": { - "build": "preact build", + "build": "preact build --no-prerender", "serve": "sirv build --port 8080 --cors --single", "dev": "preact watch", "lint": "eslint src/**/*.{js,jsx,ts,tsx}",