Skip to content

Commit 2a491ca

Browse files
authored
add asset prefix to nextra
1 parent bf14921 commit 2a491ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const mdxOptions = {
3535
const withNextra = nextra({
3636
theme: "nextra-theme-docs",
3737
themeConfig: "./src/theme.config.tsx",
38+
assetPrefix: '/lifecycle-docs',
3839
codeHighlight: false,
3940
staticImage: true,
4041
defaultShowCopyCode: true,

0 commit comments

Comments
 (0)