Skip to content

Rename manifest.json to paimonmoe.webmanifest#395

Open
jogerj wants to merge 2 commits intoMadeBaruna:mainfrom
jogerj:394-fix-webmanifest
Open

Rename manifest.json to paimonmoe.webmanifest#395
jogerj wants to merge 2 commits intoMadeBaruna:mainfrom
jogerj:394-fix-webmanifest

Conversation

@jogerj
Copy link

@jogerj jogerj commented Mar 8, 2023

rel="stylesheet"
/>
<link rel="manifest" href="/paimonmoe.webmanifest" crossorigin="use-credentials" />
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
Copy link

Choose a reason for hiding this comment

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

Should we remove this one? If it was renamed

Copy link
Author

@jogerj jogerj Mar 13, 2023

Choose a reason for hiding this comment

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

Not sure if it will break functionality. My intuition says no, but having both is also harmless. Removing it will not stop vite from generating it nor make it unreachable (for that you'll have to config the routes to direct it to null/404)

@jag-k
Copy link

jag-k commented Mar 15, 2023

Same as #392

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

manifest.json is overwritten by SvelteKit

3 participants