Skip to content

Commit ce06a48

Browse files
author
Yanbin Zhu
committed
feat(*): 更新
1 parent 0b0c396 commit ce06a48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/blog/backend/redis.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Redis是一个使用ANSIC编写的支持网络、`基于内存`、分布式、
9393

9494
# recap:
9595

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"/>
9898
{/* ![recap](../../../public/static/images/redis/recap.jpg)
9999
![recap1](../../../public/static/images/redis/recap1.jpg) */}
100100

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const securityHeaders = [
5757
const output = process.env.EXPORT ? 'export' : undefined
5858
const basePath = process.env.BASE_PATH || undefined
5959
const unoptimized = process.env.UNOPTIMIZED ? true : undefined
60-
60+
console.log('output', output)
6161
/**
6262
* @type {import('next/dist/next-server/server/config').NextConfig}
6363
**/

0 commit comments

Comments
 (0)