Skip to content

Commit

Permalink
Merge pull request #235 from availproject/staging
Browse files Browse the repository at this point in the history
fix: links breaking when domain is availproject.github.io
  • Loading branch information
abheektripathy authored Feb 16, 2024
2 parents 8ca928f + 568c2c6 commit 1760e65
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 1760e65

Please sign in to comment.