bug fixes

This commit is contained in:
unknown
2025-11-29 20:53:09 +03:00
parent 641a12bb0f
commit 61674fbc6f
6 changed files with 272 additions and 225 deletions
+4 -4
View File
@@ -5,17 +5,17 @@ import { VitePWA } from "vite-plugin-pwa";
// https://vite.dev/config/
export default defineConfig({
base:"/dx4/",
base: "/dx4/",
plugins: [
react(),
tailwindcss(),
VitePWA({
registerType: "autoUpdate",
manifest: {
name: "dnevnik-x 4",
name: "dx 4",
short_name: "dx4",
description: "",
theme_color: "#000",
description: "dnevnik-x app",
theme_color: "#eee",
background_color: "#000",
display: "standalone",
scope: "/dx4/",