Skip to content

Commit

Permalink
add redirect
Browse files Browse the repository at this point in the history
Signed-off-by: zongzheng <304389312@qq.com>
  • Loading branch information
zongzheng committed Jun 7, 2024
1 parent a0300d2 commit 9b33195
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ sw.*

# personal notes files
.notes
.vscode/
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@
"editor.wordBasedSuggestions": "off",
},
"todo-tree.tree.showBadges": true,
"i18n-ally.localesPaths": [
"i18n"
],
}
6 changes: 6 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ export default {
img_black: require("~/assets/sources/icons/frontend-black.svg"),
link:"https://mint.honeypotfinance.xyz",
},
{
text: "MakeNFT",
img: require("~/assets/sources/icons/frontend.svg"),
img_black: require("~/assets/sources/icons/frontend-black.svg"),
link:"https://nft.honeypotfinance.xyz/reveal",
},
{
text: "Discord",
img: require("~/assets/sources/icons/discord.svg"),
Expand Down
9 changes: 9 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"redirects": [
{
"source": "/",
"destination": "https://app.honeypotfinance.xyz/",
"permanent": false
}
]
}

0 comments on commit 9b33195

Please sign in to comment.