Start cleaning up other pages

This commit is contained in:
2025-07-09 01:16:37 +01:00
parent 89875a9341
commit 6860d30e1c
11 changed files with 33 additions and 102 deletions

View File

@@ -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,
},