Skip to content

Commit

Permalink
fix manifest link missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Oct 7, 2023
1 parent 3956a74 commit c26c54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export async function generateMetadata(): Promise<Metadata> {
const iconURL = `/api/v1/info/icon/512x512`;

return {
manifest: "manifest.json",
title: info.title,
description: info.description,
themeColor: themeColour,
Expand Down

2 comments on commit c26c54b

@vercel
Copy link

@vercel vercel bot commented on c26c54b Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c26c54b Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.