Skip to content

Commit ad9aee5

Browse files
authored
Add sli.do short link redirect
1 parent 69a0ad8 commit ad9aee5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ const nextConfig = {
7676
destination: "https://discord.gg/dWDVQJMfYW",
7777
permanent: false,
7878
},
79+
{
80+
source: "/slido",
81+
destination: "https://app.sli.do/event/x8n8psMWm7xZwtmzJ49KKh",
82+
permanent: false,
83+
},
7984
{
8085
source: "/blog",
8186
destination: "/news",

0 commit comments

Comments
 (0)