update seo
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user