From 24a505d2f7c47b837d4ada2569576af594975fce Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 28 Jul 2026 19:23:44 +0100 Subject: website w/ docker! --- 174bg/website-nextjs/src/app/layout.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 174bg/website-nextjs/src/app/layout.js (limited to '174bg/website-nextjs/src/app/layout.js') diff --git a/174bg/website-nextjs/src/app/layout.js b/174bg/website-nextjs/src/app/layout.js deleted file mode 100644 index c2b65f2..0000000 --- a/174bg/website-nextjs/src/app/layout.js +++ /dev/null @@ -1,17 +0,0 @@ -import "./layout.css"; - -export const metadata = { - title: "174th Battle Group - Star Citizen Military Organization", - description: `The "Red Right Hand" of the UEE`, - icons: { - icon: "/logo.png", - }, -}; - -export default function RootLayout({ children }) { - return ( - - {children} - - ); -} -- cgit v1.2.3