remove game from activeGames immediately on end
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user