We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd1d2f commit 4dbf172Copy full SHA for 4dbf172
doc-tools/doc-constants/index.js
@@ -1,5 +1,5 @@
1
-const WEBSITE_ROOT = 'https://meliorence.github.io';
2
-const WEBSITE_BASE = '/';
+const WEBSITE_ROOT = 'https://native-html.github.io';
+const WEBSITE_BASE = '/render';
3
const WEBSITE_URL = WEBSITE_ROOT + WEBSITE_BASE;
4
5
module.exports = { WEBSITE_ROOT, WEBSITE_BASE, WEBSITE_URL };
0 commit comments