0.0.9.0
This commit is contained in:
@@ -254,19 +254,19 @@ const metadata = {
|
||||
icons: {
|
||||
icon: [
|
||||
{
|
||||
url: "/icon-light-32x32.png",
|
||||
url: "/icon-light-32x32.png?t=" + Date.now(),
|
||||
media: "(prefers-color-scheme: light)"
|
||||
},
|
||||
{
|
||||
url: "/icon-dark-32x32.png",
|
||||
url: "/icon-dark-32x32.png?t=" + Date.now(),
|
||||
media: "(prefers-color-scheme: dark)"
|
||||
},
|
||||
{
|
||||
url: "/icon.svg",
|
||||
url: "/icon.svg?t=" + Date.now(),
|
||||
type: "image/svg+xml"
|
||||
}
|
||||
],
|
||||
apple: "/apple-icon.png"
|
||||
apple: "/apple-icon.png?t=" + Date.now()
|
||||
}
|
||||
};
|
||||
function RootLayout({ children }) {
|
||||
|
||||
Reference in New Issue
Block a user