We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25436e commit c9eef1aCopy full SHA for c9eef1a
packages/mdx/next.config.js
@@ -1,5 +1,4 @@
1
module.exports = {
2
- outputFileTracing: true,
3
redirects() {
4
return [
5
{
packages/mdx/pages/[name].tsx
@@ -4,11 +4,6 @@ import { CH } from "../src/components"
import Link from "next/link"
import { getCode, getFiles } from "../dev/files"
6
7
-export const config = {
8
- unstable_includeFiles: ["./tests"],
9
- includeFiles: ["./tests"],
10
-}
11
-
12
export async function getStaticPaths() {
13
const files = await getFiles()
14
return {
0 commit comments