From 2011f162cdecd6007573ad8445b0f90fb322bc3d Mon Sep 17 00:00:00 2001 From: andrzej Date: Sun, 26 May 2024 16:19:36 +0200 Subject: [PATCH] add base url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc9b35f..493888f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "tsc && vite build --base=/movie-explorer/", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" },