Skip to content

Commit a024dd7

Browse files
committed
fix: update link attributes in Docusaurus config for consistency
- Changed 'to' attributes to 'href' for external links to improve clarity and standardization.
1 parent 4d2b6a6 commit a024dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ const config = {
9595
items: [
9696
{
9797
label: "🧭 Compass",
98-
to: "https://github.com/SwitchbackTech/compass",
98+
href: "https://github.com/SwitchbackTech/compass",
9999
},
100100
{
101101
label: "📖 Doc Site (this one)",
102-
to: "https://github.com/SwitchbackTech/compass-docs",
102+
href: "https://github.com/SwitchbackTech/compass-docs",
103103
},
104104
],
105105
},

0 commit comments

Comments
 (0)