bug fixes
This commit is contained in:
+4
-4
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user