Skip to content

Commit 3907fa6

Browse files
committed
feat: add PWA assets and apple meta tag
Add web app manifest icons and apple-mobile-web-app-title meta tag for better PWA support
1 parent 4ac112a commit 3907fa6

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

app/favicon.ico

-21.1 KB
Binary file not shown.

app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ export default function RootLayout({
2525
}) {
2626
return (
2727
<html lang="en" suppressHydrationWarning>
28+
<head>
29+
<meta name="apple-mobile-web-app-title" content="NativeUI" />
30+
</head>
2831
<body className={`${geistSans.variable} ${geistMono.variable} font-sans antialiased`}>
2932
<ThemeProvider
3033
attribute="class"
20.4 KB
Loading
102 KB
Loading

0 commit comments

Comments
 (0)