remove game from activeGames immediately on end

This commit is contained in:
Nathaniel Tampus
2023-04-09 02:41:46 +08:00
parent 5cf4f599a6
commit 24861fec36
3 changed files with 20 additions and 3 deletions

View File

@@ -22,7 +22,15 @@ export const metadata = {
follow: false,
nocache: true,
noarchive: true
}
},
icons: {
icon: [
{ type: "image/png", sizes: "32x32", url: "/favicon-32x32.png" },
{ type: "image/png", sizes: "16x16", url: "/favicon-16x16.png" }
],
apple: { url: "/apple-touch-icon.png", sizes: "180x180" }
},
manifest: "/site.webmanifest"
};
export default function RootLayout({ children }: { children: React.ReactNode }) {