File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ Redis是一个使用ANSIC编写的支持网络、`基于内存`、分布式、
93
93
94
94
# recap:
95
95
96
- <Image className = " w-full" width = { 300 } height = { 150 } src = " /static/images/redis/whyUse0 .jpg" alt = " whyUse0 " />
97
- <Image className = " w-full" width = { 300 } height = { 150 } src = " /static/images/redis/whyUse1 .jpg" alt = " whyUse1 " />
96
+ <Image className = " w-full" width = { 300 } height = { 150 } src = " /static/images/redis/recap .jpg" alt = " recap " />
97
+ <Image className = " w-full" width = { 300 } height = { 150 } src = " /static/images/redis/recap1 .jpg" alt = " recap1 " />
98
98
{ /* 
99
99
 */ }
100
100
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const securityHeaders = [
57
57
const output = process . env . EXPORT ? 'export' : undefined
58
58
const basePath = process . env . BASE_PATH || undefined
59
59
const unoptimized = process . env . UNOPTIMIZED ? true : undefined
60
-
60
+ console . log ( 'output' , output )
61
61
/**
62
62
* @type {import('next/dist/next-server/server/config').NextConfig }
63
63
**/
You can’t perform that action at this time.
0 commit comments