cleanup config

This commit is contained in:
2026-09-01 20:26:39 +03:00
parent e63223ae62
commit 22e3776892
6 changed files with 9 additions and 13 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ import { VitePWA } from "vite-plugin-pwa";
// https://vite.dev/config/
export default defineConfig({
base: "/dx4/",
base: "/",
plugins: [
react({
babel: {
@@ -19,11 +19,11 @@ export default defineConfig({
name: "dx 4",
short_name: "dx4",
description: "dnevnik-x app",
theme_color: "#eee",
theme_color: "#000",
background_color: "#000",
display: "standalone",
scope: "/dx4/",
start_url: "/dx4/",
scope: "/",
start_url: "/",
icons: [
{
src: "icons/windows11/SmallTile.scale-100.png",