Fix web title for production

This commit is contained in:
Guntis Smaukstelis
2023-05-21 13:37:03 +03:00
parent 8b3f97bb96
commit 00dd4a4f4a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"build": "vite build --mode production",
"serve": "vite preview"
},
"devDependencies": {