update seo

This commit is contained in:
neutrino2211
2025-09-20 00:56:08 +01:00
parent 8177a48df1
commit e961d4d88b
7 changed files with 174 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
import type { NextConfig } from "next";
import createMDX from '@next/mdx';
import createMDX from "@next/mdx";
const nextConfig: NextConfig = {
// Configure `pageExtensions` to include markdown and MDX files
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
pageExtensions: ["js", "jsx", "md", "mdx", "ts", "tsx"],
// Optionally, add any other Next.js config below
};