Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 8c786a3

Browse files
adding readtime
1 parent dfdd937 commit 8c786a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/demo-section-blog/next.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const withNextra = require("nextra")({
44
theme: "section-blog-theme",
55
themeConfig: "./theme.config.tsx",
6-
readingTime: true
6+
readingTime: true,
77
});
88

99
module.exports = withNextra({
@@ -20,8 +20,8 @@ module.exports = withNextra({
2020
hostname: "picsum.photos",
2121
},
2222
{
23-
hostname:"cdn.pixabay.com"
24-
}
23+
hostname: "cdn.pixabay.com",
24+
},
2525
],
2626
},
2727
});

0 commit comments

Comments
 (0)