diff --git a/next.config.mjs b/next.config.mjs index 355f2d112..00f8e1036 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -10,7 +10,7 @@ const nextConfig = { output: 'export', distDir: 'dist', env: { - SITE_URL: 'https://storj-docs.web.app', + SITE_URL: 'https://docs.storj.io', }, experimental: { scrollRestoration: true,