Skip to content

Commit 48f9561

Browse files
fix: update base url
1 parent 7076500 commit 48f9561

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ const config = {
1919
},
2020

2121
// Set the production url of your site here
22-
url: 'https://nearai.github.io',
22+
url: 'https://docs.near.ai',
2323
// Set the /<baseUrl>/ pathname under which your site is served
2424
// For GitHub pages deployment, it is often '/<projectName>/'
25-
baseUrl: '/docs/',
25+
baseUrl: '/',
2626

2727
// GitHub pages deployment config.
2828
// If you aren't using GitHub pages, you don't need these.

sidebars.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@ const sidebars = {
2020
type: 'doc',
2121
id: 'cloud/introduction',
2222
customProps: {
23-
icon: '/docs/img/icons/introduction.svg',
23+
icon: '/img/icons/introduction.svg',
2424
},
2525
},
2626
{
2727
type: 'doc',
2828
id: 'cloud/quickstart',
2929
customProps: {
30-
icon: '/docs/img/icons/quickstart.svg',
30+
icon: '/img/icons/quickstart.svg',
3131
},
3232
},
3333
{
3434
type: 'doc',
3535
id: 'cloud/models',
3636
customProps: {
37-
icon: '/docs/img/icons/ai.svg',
37+
icon: '/img/icons/ai.svg',
3838
},
3939
},
4040
{
4141
type: 'doc',
4242
id: 'cloud/private-inference',
4343
customProps: {
44-
icon: '/docs/img/icons/private-inference.svg',
44+
icon: '/img/icons/private-inference.svg',
4545
},
4646
},
4747
{
@@ -53,7 +53,7 @@ const sidebars = {
5353
},
5454
collapsed: true,
5555
customProps: {
56-
icon: '/docs/img/icons/verification.svg',
56+
icon: '/img/icons/verification.svg',
5757
},
5858
items: [
5959
'cloud/verification/model-verification',

0 commit comments

Comments
 (0)