Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sumithemmadi committed Jan 19, 2024
1 parent 1155dfd commit 086eb4a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
basePath: '/truecallerjs',
})
const withNextra = require("nextra")({
theme: "nextra-theme-docs",
themeConfig: "./theme.config.tsx",
basePath: "/",
});

module.exports = withNextra()
module.exports = {
...withNextra(),
images: {
unoptimized: true,
},
};

0 comments on commit 086eb4a

Please sign in to comment.