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 c876789 commit d029668Copy full SHA for d029668
packages/mdx/next.config.js
@@ -11,7 +11,7 @@ const withMDX = require("@next/mdx")({
11
module.exports = withMDX({
12
pageExtensions: ["ts", "tsx", "js", "jsx", "md", "mdx"],
13
14
- async redirects() {
+ redirects() {
15
return [
16
{
17
source: "/",
0 commit comments