Merge pull request #974 from omnivore-app/fix/update-landing-page

Use landing page in about path
This commit is contained in:
Jackson Harper
2022-07-15 11:33:50 -07:00
committed by GitHub
3 changed files with 0 additions and 9 deletions

View File

@ -8,7 +8,6 @@ const moduleExports = {
],
},
rewrites: () => [
{ source: '/about', destination: '/static/landing/about.html' },
{
source: '/api/graphql',
destination: `https://api-${process.env.NEXT_PUBLIC_APP_ENV}.omnivore.app/api/graphql`,

File diff suppressed because one or more lines are too long