From 0a3d56ea42fbefa7cd3e3dfdc833aa44d892e0b9 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 26 Apr 2023 22:03:19 +0800 Subject: [PATCH] Link to new privacy policy --- packages/web/next.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/web/next.config.js b/packages/web/next.config.js index 8d3c2378a..db1d4b245 100644 --- a/packages/web/next.config.js +++ b/packages/web/next.config.js @@ -96,6 +96,11 @@ const moduleExports = { destination: '/.well-known/security.txt', permanent: true, }, + { + source: '/privacy', + destination: 'https://docs.omnivore.app/about/privacy', + permanent: true, + }, { source: '/install/chrome', destination: