Skip to content

Commit d029668

Browse files
committed
Try again
1 parent c876789 commit d029668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdx/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const withMDX = require("@next/mdx")({
1111
module.exports = withMDX({
1212
pageExtensions: ["ts", "tsx", "js", "jsx", "md", "mdx"],
1313

14-
async redirects() {
14+
redirects() {
1515
return [
1616
{
1717
source: "/",

0 commit comments

Comments
 (0)