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 7837619
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
name: 'Ingress Glyph Predict PWA',
short_name: 'IGP',
description: 'Ingress Glyph Predict',
scope: 'nigh.github.io/glyph-predict-pwa/',
start_url: '/',
background_color: '#000000',
theme_color: '#5ac6e6',
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 7837619

Please sign in to comment.