import React from 'react'; import './globals.css' import type { Metadata } from 'next' import '@fortawesome/fontawesome-svg-core/styles.css' import { config } from '@fortawesome/fontawesome-svg-core' import { SpeedInsights } from "@vercel/speed-insights/next" import { Analytics } from "@vercel/analytics/react" import { GeistSans } from 'geist/font/sans'; config.autoAddCss = false export const metadata: Metadata = { title: 'aidxn.cc', description: 'The Internet home of Aidan. Come on in!', } export default function RootLayout({ children, }: { children: React.ReactNode }) { return (
{children}