Skip to content

Commit c6e280b

Browse files
5ZYSZ3Kjsamr
authored andcommitted
fix: adjust website root
1 parent 0c8ff5e commit c6e280b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)