Skip to content

Commit 420efec

Browse files
committed
chore: remove extra space
1 parent fa9c6dc commit 420efec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/site-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you need to dynamically generate the config, you can also default export a fu
3232
import { defineConfig } from 'vitepress'
3333

3434
export default async () => {
35-
const posts = await (await fetch('https://my-cms.com/blog-posts')).json()
35+
const posts = await (await fetch('https://my-cms.com/blog-posts')).json()
3636

3737
return defineConfig({
3838
// app level config options

docs/zh/reference/site-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
import { defineConfig } from 'vitepress'
3333

3434
export default async () => {
35-
const posts = await (await fetch('https://my-cms.com/blog-posts')).json()
35+
const posts = await (await fetch('https://my-cms.com/blog-posts')).json()
3636

3737
return defineConfig({
3838
// 应用级配置选项

0 commit comments

Comments
 (0)