chore: remove extra space

pull/3502/head
Divyansh Singh 5 months ago
parent fa9c6dcfd2
commit 420efec4d7

@ -32,7 +32,7 @@ If you need to dynamically generate the config, you can also default export a fu
import { defineConfig } from 'vitepress'
export default async () => {
const posts = await (await fetch('https://my-cms.com/blog-posts')).json()
const posts = await (await fetch('https://my-cms.com/blog-posts')).json()
return defineConfig({
// app level config options

@ -32,7 +32,7 @@ export default {
import { defineConfig } from 'vitepress'
export default async () => {
const posts = await (await fetch('https://my-cms.com/blog-posts')).json()
const posts = await (await fetch('https://my-cms.com/blog-posts')).json()
return defineConfig({
// 应用级配置选项

Loading…
Cancel
Save