diff --git a/_config.yml b/_config.yml index 4e4f42ed..59160a09 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ permalink: pretty encoding: utf-8 port: 4009 main_baseurl: https://bitwarden.com +destination: _site/help sass: sass_dir: ./_scss @@ -20,7 +21,6 @@ exclude: include: - '.nojekyll' - - '_redirects' collections: categories: diff --git a/netlify.toml b/netlify.toml index f0d34cfb..1a9b0d5d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -18,8 +18,7 @@ [[redirects]] - from = "/help/article/*" - to = "https://bitwarden-help.netlify.app/:splat" + from = "https://bitwarden-help.netlify.app/help/*" + to = "https://deploy-preview-913--bitwarden-website-contentful.netlify.app/help/:splat" status = 200 force = true -