diff --git a/website/siteConfig.js b/website/siteConfig.js index 1049a70..b5b406c 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -23,7 +23,7 @@ const users = [ const siteConfig = { title: "DeepAffects" /* title for your website */, tagline: "AI platform for developers", - url: "https://seernet.github.io" /* your website url */, + url: "https://docs.deepaffects.com" /* your website url */, baseUrl: "/developer-docs/" /* base url for your project */, // For github.io type URLs, you would set the url and baseUrl like: // url: 'https://facebook.github.io', diff --git a/website/static/CNAME.txt b/website/static/CNAME.txt new file mode 100644 index 0000000..3e94804 --- /dev/null +++ b/website/static/CNAME.txt @@ -0,0 +1 @@ +docs.deepaffects.com \ No newline at end of file