Skip to content

Commit 008415c

Browse files
committed
chore(Dev-hub) fixes
1 parent 03873b8 commit 008415c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/developer-hub/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config = {
44
reactStrictMode: true,
55
pageExtensions: ["ts", "tsx", "mdx"],
66
outputFileTracingIncludes: {
7-
"/**": ["./content/docs/**"],
7+
"/": ["./content/docs/**"],
88
},
99

1010
logging: {

0 commit comments

Comments
 (0)