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