File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="utf-8 " />
5+ < link rel ="manifest " href ="/manifest.json ">
56 < link rel ="icon " type ="image/svg+xml " href ="/favicon.ico " />
67 < meta name ="viewport " content ="initial-scale=1, width=device-width " />
78 <!-- Fonts to support Material Design -->
Original file line number Diff line number Diff line change 33 "short_name" : " careicu" ,
44 "description" : " Frontend React PWA for the Care Beyond ICU project" ,
55 "theme_color" : " #ffffff" ,
6+ "display" : " standalone" ,
7+ "scope" : " /" ,
8+ "start_url" : " /" ,
69 "icons" : [
710 {
811 "src" : " pwa-192x192.png" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { defineConfig } from 'vite';
44import { VitePWA } from 'vite-plugin-pwa' ;
55import manifest from './manifest.json' ;
66
7- const VITE_BASE_PATH = '. /' ;
7+ const VITE_BASE_PATH = '/' ;
88// https://vitejs.dev/config/
99export default defineConfig ( {
1010 base : VITE_BASE_PATH , // Set the base path to your repo name
You can’t perform that action at this time.
0 commit comments