mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
feat: add Dockerfile
This commit is contained in:
parent
767121c77b
commit
ed20227b1a
9 changed files with 144 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
|||
import "./globals.css";
|
||||
import { App } from "./App";
|
||||
import { ThemeModeScript } from "flowbite-react";
|
||||
import { PublicEnvScript } from 'next-runtime-env';
|
||||
|
||||
export const metadata = {
|
||||
metadataBase: new URL("https://anix.wah.su"),
|
||||
|
@ -33,6 +34,7 @@ export default function RootLayout({ children }) {
|
|||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<head>
|
||||
<PublicEnvScript />
|
||||
<ThemeModeScript />
|
||||
</head>
|
||||
<App>{children}</App>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue