From 8182f02bb5ceb7d944d6e68e965d761a51ff7f32 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 15 Jul 2022 11:18:36 -0700 Subject: [PATCH] Use landing page in about path --- packages/web/next.config.js | 1 - packages/web/pages/{landing.tsx => about.tsx} | 0 packages/web/public/static/landing/about.html | 8 -------- 3 files changed, 9 deletions(-) rename packages/web/pages/{landing.tsx => about.tsx} (100%) delete mode 100644 packages/web/public/static/landing/about.html diff --git a/packages/web/next.config.js b/packages/web/next.config.js index e637ae2c8..610dff904 100644 --- a/packages/web/next.config.js +++ b/packages/web/next.config.js @@ -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`, diff --git a/packages/web/pages/landing.tsx b/packages/web/pages/about.tsx similarity index 100% rename from packages/web/pages/landing.tsx rename to packages/web/pages/about.tsx diff --git a/packages/web/public/static/landing/about.html b/packages/web/public/static/landing/about.html deleted file mode 100644 index 850d2def7..000000000 --- a/packages/web/public/static/landing/about.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - About Omnivore

Everything you read. Safe, organized, and easy to share.

Get started
Illustration

This is Omnivore

Collect and share the best of the web

Simply reader-friendly.

With a single click using Omnivore’s extension or mobile app, save any link you come across on the Internet. Your links are saved forever, so you will never lose anything. We also strip out the unnecessary content to give you a reader-friendly view of your saved pages.

Save articles
View your library

Make it your own.

Curate your own personal collection of saved links and annotate these links with your thoughts. Omnivore lets you highlight any text you find inspiring and attach personal notes to these highlights.

A better way to share.

With Omnivore’s highlight and notes feature, you can share specific snippets from a link with your friends. Our share feature is integrated with top social media sites so sharing with your friends is just one click away.

Share your notes
Customize your profile

Discover new content.

Follow friends and people you admire and see what they are reading. With our highlight and notes feature, you can read through the eyes of others and see what others have highlighted and commented.

Get started with Omnivore ->
\ No newline at end of file