Skip to content

Commit

Permalink
update start_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigh committed Mar 26, 2024
1 parent 2ead619 commit bed6e9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default defineConfig({
name: 'Ingress Glyph Predict PWA',
short_name: 'IGP',
description: 'Ingress Glyph Predict',
start_url: '/',
scope: '.',
start_url: './',
background_color: '#000000',
theme_color: '#5ac6e6',
display: 'fullscreen',
Expand All @@ -20,7 +21,7 @@ export default defineConfig({
src: 'favicon.png',
sizes: '128x128',
type: 'image/png',
purpose: 'any maskable'
purpose: 'any'
},
{
src: 'logo.png',
Expand Down

0 comments on commit bed6e9b

Please sign in to comment.