From 12fe2393c593fa1ad663562785ef155d65a8d172 Mon Sep 17 00:00:00 2001 From: Ilya Dobatovkin Date: Tue, 30 Jan 2024 01:54:34 +0300 Subject: [PATCH] fix2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c6409b..2c46125 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "env NODE_ENV=production npx eleventy --pathprefix 'eleventy'", + "build": "npx eleventy", "serve": "npx eleventy --serve" }, "author": "",