Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalJangid123 committed Nov 26, 2023
1 parent 1fc96da commit ed0012d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
distDir: "out",
assetPrefix : "/imageswift-docs/",
basePath: "/imageswift-docs"
})

module.exports = {
...withNextra(),
images: {
unoptimized: true,
},
assetPrefix : "/imageswift-docs/",
basePath: "/imageswift-docs"

};

0 comments on commit ed0012d

Please sign in to comment.