Skip to content

Commit 49a6d97

Browse files
update url in vite config
1 parent 11b2dda commit 49a6d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default defineConfig({
99
manifest: {
1010
short_name: 'Scratchpad',
1111
name: 'Scratchpad',
12-
start_url: '/',
13-
scope: '/',
12+
start_url: '/scratchpad',
13+
scope: '/scratchpad',
1414
display: 'standalone',
1515
theme_color: '#ffffff',
1616
background_color: '#ffffff',

0 commit comments

Comments
 (0)