Skip to content

Commit 92b5a7a

Browse files
committed
docs: update
1 parent 6e5fd4c commit 92b5a7a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/.vitepress/config.mts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ export default defineConfig({
1212
lastUpdated: true,
1313
head,
1414

15-
markdown: { attrs: { disable: true } },
15+
markdown: {
16+
attrs: {
17+
disable: true
18+
},
19+
},
1620

1721
vite: {
1822
plugins: [llmstxt()]

docs/ecosystem/tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Loccy (VS Code extension)
44

5-
[Loccy](https://loccy.dev/) is lightning-fast i18n management in Vue projects.
5+
<a href="https://loccy.dev" target="_blank" rel="noopener">Loccy</a> is lightning-fast i18n management in Vue projects.
66

77
This VS Code extension helps you manage multilingual Vue projects extremely quickly and effortlessly with top-tier AI translations and a thoughtfully designed UX down to every minor detail.
88

9-
See more about Loccy in [Demo Video](https://loccy.dev/)
9+
See more about Loccy in <a href="https://loccy.dev" target="_blank" rel="noopener">Demo Video</a>.
1010

1111
## i18n Ally (VS Code extension)
1212

0 commit comments

Comments
 (0)