Skip to content

Commit 72681c7

Browse files
committed
feat(config): add cname for custom domain]
1 parent 1fefc50 commit 72681c7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docusaurus.config.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ const config: Config = {
1818
favicon: "img/trusted-foundations-icon.ico",
1919

2020
// production url
21-
url: "https://securesign.github.io",
22-
// url: "https://trustedfoundations.dev",
21+
url: "https://trustedfoundations.dev",
2322
// Set the /<baseUrl>/ pathname under which your site is served
2423
// For GitHub pages deployment, it is often '/<projectName>/'
25-
baseUrl: "/trusted-foundations/",
26-
// baseUrl: "/",
24+
baseUrl: "/",
2725
trailingSlash: false,
2826

2927
// GitHub pages deployment config.

static/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
trustedfoundations.dev

0 commit comments

Comments
 (0)