Skip to content

Commit c431eff

Browse files
authored
Merge pull request #274 from tigrisdata/copilot/fix-273
fix: change footer About link to external URL
2 parents bf4e44b + 68f1a09 commit c431eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const config = {
210210
items: [
211211
{
212212
label: "About",
213-
to: "/about/",
213+
href: "https://www.tigrisdata.com/about/",
214214
},
215215
{
216216
label: "Blog",

0 commit comments

Comments
 (0)