Skip to content

Commit

Permalink
improve loading page
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 13, 2025
1 parent 6b29d69 commit 0ff79e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ export class Manifest {
screenshots: screenshots.map((item) => this._getScreenshot(item)),
short_name: name,
splash_pages: null,
start_url: '.',
start_url: '/chat',
tab_strip: {
new_tab_button: {
url: '/',
url: '/chat',
},
},
theme_color: color,
Expand Down

0 comments on commit 0ff79e8

Please sign in to comment.