Skip to content

Commit

Permalink
fix: links breaking when domain is availproject.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
abheektripathy committed Feb 16, 2024
1 parent 9db68c0 commit 568c2c6
Show file tree
Hide file tree
Showing 3 changed files with 11,817 additions and 1 deletion.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const withNextra = nextra({
export default withNextra({
distDir: './.next',
reactStrictMode: true,
images: {
unoptimized: true,
},
webpack(config) {
const allowedSvgRegex = /components\/icons\/.+\.svg$/
const fileLoaderRule = config.module.rules.find(rule =>
Expand Down
Loading

0 comments on commit 568c2c6

Please sign in to comment.