Browse Source

fix(docs): base url correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6814/head
Pranav C 12 months ago
parent
commit
5d7000f439
  1. 2
      packages/noco-docs/docusaurus.config.js

2
packages/noco-docs/docusaurus.config.js

@ -11,7 +11,7 @@ const config = {
favicon: "img/favicon.ico",
// Set the production url of your site here
url: "https://nocodb.com",
url: "https://docs.nocodb.com",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",

Loading…
Cancel
Save