Skip to content

Commit 4dbf172

Browse files
committed
fix: adjust website root
1 parent fcd1d2f commit 4dbf172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc-tools/doc-constants/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const WEBSITE_ROOT = 'https://meliorence.github.io';
2-
const WEBSITE_BASE = '/';
1+
const WEBSITE_ROOT = 'https://native-html.github.io';
2+
const WEBSITE_BASE = '/render';
33
const WEBSITE_URL = WEBSITE_ROOT + WEBSITE_BASE;
44

55
module.exports = { WEBSITE_ROOT, WEBSITE_BASE, WEBSITE_URL };

0 commit comments

Comments
 (0)