diff --git a/website/next-sitemap.config.js b/website/next-sitemap.config.js index c96f8e23a..307097cfa 100644 --- a/website/next-sitemap.config.js +++ b/website/next-sitemap.config.js @@ -1,6 +1,6 @@ /** @type {import('next-sitemap').IConfig} */ module.exports = { - siteUrl: process.env.SITE_URL || "https://firezone.dev", + siteUrl: "https://www.firezone.dev", generateRobotsTxt: true, // (optional) // ...other options }; diff --git a/website/src/app/docs/layout.tsx b/website/src/app/docs/layout.tsx index 2ff46a653..5bc430e9b 100644 --- a/website/src/app/docs/layout.tsx +++ b/website/src/app/docs/layout.tsx @@ -11,7 +11,6 @@ export default function Layout({ children }: { children: React.ReactNode }) { You're viewing documentation for the legacy version of Firezone. View the latest docs here. `} diff --git a/website/src/components/DocsSidebar/SearchForm.tsx b/website/src/components/DocsSidebar/SearchForm.tsx index 9655e7b00..edf06fe90 100644 --- a/website/src/components/DocsSidebar/SearchForm.tsx +++ b/website/src/components/DocsSidebar/SearchForm.tsx @@ -5,6 +5,7 @@ export default function SearchForm() { return (
- - {children} - - + + {children} + ); } diff --git a/website/src/components/RootLayout/index.tsx b/website/src/components/RootLayout/index.tsx index 03d6c2905..3f20e22c4 100644 --- a/website/src/components/RootLayout/index.tsx +++ b/website/src/components/RootLayout/index.tsx @@ -48,7 +48,7 @@ export default function RootLayout({ @@ -58,6 +58,7 @@ export default function RootLayout({