mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Move the security.txt file into static files
This commit is contained in:
parent
ea6d06f464
commit
317454f71f
2 changed files with 5 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue