We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fefc50 commit 72681c7Copy full SHA for 72681c7
docusaurus.config.ts
@@ -18,12 +18,10 @@ const config: Config = {
18
favicon: "img/trusted-foundations-icon.ico",
19
20
// production url
21
- url: "https://securesign.github.io",
22
- // url: "https://trustedfoundations.dev",
+ url: "https://trustedfoundations.dev",
23
// Set the /<baseUrl>/ pathname under which your site is served
24
// For GitHub pages deployment, it is often '/<projectName>/'
25
- baseUrl: "/trusted-foundations/",
26
- // baseUrl: "/",
+ baseUrl: "/",
27
trailingSlash: false,
28
29
// GitHub pages deployment config.
static/CNAME
@@ -0,0 +1 @@
1
+trustedfoundations.dev
0 commit comments