diff --git a/next.config.js b/next.config.js index 6807ba7..ddac90c 100644 --- a/next.config.js +++ b/next.config.js @@ -8,7 +8,7 @@ import createMDX from "@next/mdx"; /** @type {import("next").NextConfig} */ const config = { pageExtensions: ["js", "jsx", "md", "mdx", "ts", "tsx"], - allowedDevOrigins: ["*.vscode.home.joemonk.co.uk"], + allowedDevOrigins: ["*.vscode.home.joemonk.co.uk", "*.vscode.localhost"], experimental: { reactCompiler: true, }, diff --git a/src/app/(root)/cv/page.tsx b/src/app/(root)/cv/page.tsx index 4f05975..ccde92c 100644 --- a/src/app/(root)/cv/page.tsx +++ b/src/app/(root)/cv/page.tsx @@ -4,11 +4,12 @@ import Cv from "@/app/_components/cv"; export default function CvPage(): React.JSX.Element { return (
-
-
+
); diff --git a/src/app/(root)/layout.tsx b/src/app/(root)/layout.tsx index 7619b20..08298e0 100644 --- a/src/app/(root)/layout.tsx +++ b/src/app/(root)/layout.tsx @@ -9,16 +9,10 @@ export default function RootLayout({ return ( <> - -
+
{children}