Skip to content

Commit

Permalink
Merge pull request #263 from remix-pwa/feat/misc-1
Browse files Browse the repository at this point in the history
Little changes
  • Loading branch information
ShafSpecs authored Sep 24, 2024
2 parents d4f4414 + 942f76a commit f2deead
Show file tree
Hide file tree
Showing 9 changed files with 445 additions and 279 deletions.
2 changes: 1 addition & 1 deletion packages/sw/src/components/ManifestLink.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';

export const ManifestLink = ({ manifestUrl = '/manifest.webmanifest' }: { manifestUrl?: string }) => {
return <link rel="manifest" href={manifestUrl} />;
return <link rel="webmanifest" href={manifestUrl} />;
};
Loading

0 comments on commit f2deead

Please sign in to comment.