Skip to content

Commit abd6bb0

Browse files
update exmple
1 parent 6c3795e commit abd6bb0

File tree

3 files changed

+1
-1148
lines changed

3 files changed

+1
-1148
lines changed

nextjs-v13/checkout/next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module.exports = {
2020
},
2121
shared: {},
2222
extraOptions: {
23-
debug: true,
2423
}
2524
}),
2625
);

nextjs-v13/shop/pages/_app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import dynamic from 'next/dynamic';
2+
import {lazy} from "react"
23
const Nav = process.browser ? lazy(
34
() => {
45
const mod = import('home/nav');

0 commit comments

Comments
 (0)