fix: favicon for safari

This commit is contained in:
Julien Calixte
2026-02-27 11:25:52 +01:00
parent 116a01575b
commit 7a6b671320
2 changed files with 7 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import path from "path"
import { defineConfig, type UserConfigExport } from "vite"
import { VitePWA } from "vite-plugin-pwa"
const mainColor = "#ffffff"
const mainColor = "#2C3A47"
export default defineConfig(({ command }) => {
const config: UserConfigExport = {