diff --git a/docusaurus.config.js b/docusaurus.config.js index b165308..eaedfda 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://adapty.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/docs-test/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. diff --git a/package.json b/package.json index 12320ec..79546fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapty-docs", - "version": "0.0.0", + "version": "0.0.1", "private": true, "scripts": { "docusaurus": "docusaurus",