Skip to content

Commit

Permalink
chore: update page extensions in Next.js configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Dec 26, 2024
1 parent d32a082 commit b971b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { NextConfig } from "next";
import { withContentCollections } from "@content-collections/next";

const nextConfig: NextConfig = {
/* config options here */
pageExtensions: ["js", "jsx", "md", "mdx", "ts", "tsx"],
};

export default withContentCollections(nextConfig);

0 comments on commit b971b06

Please sign in to comment.