Move the security.txt file into static files

This commit is contained in:
Jackson Harper 2023-06-19 11:26:04 +08:00
parent ea6d06f464
commit 317454f71f
2 changed files with 5 additions and 0 deletions

View file

@ -125,6 +125,11 @@ const moduleExports = {
destination: '/.well-known/security.txt',
permanent: true,
},
{
source: '/.well-known/security.txt',
destination: '/static/well-known/security.txt',
permanent: true,
},
{
source: '/privacy',
destination: 'https://docs.omnivore.app/about/privacy-policy',