Skip to content

Commit fe552a4

Browse files
authored
Merge pull request #230 from 0xPolygonID/fix_domain
fixed domains for the main site
2 parents 810c9c5 + 33b911a commit fe552a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require("dotenv").config();
66
module.exports = {
77
title: "Privado ID Documentation",
88
tagline: "The official developer documentation hub for Privado ID.",
9-
url: "https://devs.polygonid.com",
9+
url: "https://docs.privado.id",
1010
baseUrl: "/",
1111
favicon: "/img/privado_favicon.png",
1212
organizationName: "0xPolygonID",
@@ -112,19 +112,19 @@ module.exports = {
112112
label: "Tools",
113113
items: [
114114
{
115-
href: "https://schema-builder.polygonid.me/",
115+
href: "https://tools.privado.id",
116116
label: "Schema Explorer",
117117
},
118118
{
119-
href: "https://schema-builder.polygonid.me/builder",
119+
href: "https://tools.privado.id/builder",
120120
label: "Schema Builder",
121121
},
122122
{
123-
href: "https://schema-builder.polygonid.me/query-builder",
123+
href: "https://tools.privado.id/query-builder",
124124
label: "Query Builder",
125125
},
126126
{
127-
href: "https://jwz.polygonid.me",
127+
href: "https://jwz-validator.privado.id",
128128
label: "JWZ Validator",
129129
},
130130
],

0 commit comments

Comments
 (0)