Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-fiaz committed Mar 15, 2024
1 parent 207e649 commit 63e2f4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Devfolio](https://muhammad-fiaz.github.io)
# [Devfolio]()

Welcome to the documentation website for my projects! We value your contributions to make our documentation more comprehensive and user-friendly.Make Sure to ⭐ the Repo if You liked it

Expand Down
8 changes: 7 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,20 @@ const nextConfig = {
port: "",
pathname: "/**",
},
{
protocol: "https",
hostname: "raw.githubusercontent.com",
port: "",
pathname: "/**",
}
],


},
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
experimental: {
mdxRs: true,
},

};

export default withMDX(nextConfig);

0 comments on commit 63e2f4a

Please sign in to comment.