Skip to content

Commit

Permalink
add start/install redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 4, 2024
1 parent bb3870d commit c8895aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ 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 c8895aa

Please sign in to comment.