Skip to content

Commit

Permalink
Revert "add start/install redirect"
Browse files Browse the repository at this point in the history
This reverts commit c8895aa.
  • Loading branch information
adamcooke committed Mar 4, 2024
1 parent c8895aa commit aac5af0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export default defineNuxtConfig({
"/docs": {
redirect: { to: "/welcome/feature-list", statusCode: 302 },
},
"/start/install": {
redirect: { to: "https://github.com/postalserver/install/", statusCode: 302 },
},
},
devtools: {
enabled: true,
Expand Down

0 comments on commit aac5af0

Please sign in to comment.