diff --git a/src/content/docs/zh-cn/reference/integrations-reference.mdx b/src/content/docs/zh-cn/reference/integrations-reference.mdx index 6923a61751e89..d4664298b1880 100644 --- a/src/content/docs/zh-cn/reference/integrations-reference.mdx +++ b/src/content/docs/zh-cn/reference/integrations-reference.mdx @@ -346,7 +346,7 @@ injectRoute({ { "name": "@fancy/dashboard", // ... - "exports": { "./dashboard.astro": "./dashboard.astro" }` + "exports": { "./dashboard.astro": "./dashboard.astro" } } ```