mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Added start_url in manifest.json to fulfill requirements for installable app (#1955)
Co-authored-by: Vojislav Zelić <vodzo@Vojislavs-MacBook-Air.local>
This commit is contained in:
parent
bce43c28d6
commit
0741ef0427
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ export async function getServerSideProps({ res }) {
|
|||
theme_color: themes[color][theme],
|
||||
background_color: themes[color][theme],
|
||||
display: "standalone",
|
||||
start_url: settings.startUrl || "/",
|
||||
};
|
||||
|
||||
res.setHeader("Content-Type", "application/manifest+json");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue