mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2382 from omnivore-app/fix/web-well-known-location
Move the security.txt file into static files
This commit is contained in:
commit
d2567e5c09
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