diff --git a/website/pages/commands/[[...page]].jsx b/website/pages/commands/[[...page]].jsx index dde5aaaea3f..b21354bafb7 100644 --- a/website/pages/commands/[[...page]].jsx +++ b/website/pages/commands/[[...page]].jsx @@ -1,4 +1,7 @@ -import { productName } from 'data/metadata' +import { + productName, + productSlug, +} from 'data/metadata' import order from 'data/commands-navigation.js' import DocsPage from 'components/temporary_docs-page' import { @@ -12,7 +15,7 @@ function DocsLayout(props) { return (