diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 599773844..81a54bf93 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -60,7 +60,7 @@ module.exports = { ['link', { rel: 'manifest', href: '/favicon/site.webmanifest' }], ['link', { rel: 'mask-icon', color: '#ffffff', href: '/favicon/safari-pinned-tab.svg' }], ], - base: '/', + base: '/hyperformula-staging/', plugins: [ searchBoxPlugin, ['container', examples()],