Skip to content

Commit 2ff59a9

Browse files
authored
Add redirect to Spotify Creators landing page (#347)
1 parent 0ebb40e commit 2ff59a9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@
66
from = "/guidelines"
77
to = "/conduct"
88

9+
[[redirects]]
10+
from = "/tmir"
11+
to = "https://creators.spotify.com/pod/profile/reactiflux/"
12+
status = 302
13+
force = true
14+
915
[[plugins]]
1016
package = "@netlify/plugin-nextjs"

src/md-pages/tmir.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: This Month in React
33
description: "How busy professionals stay on top of the React ecosystem. We give you a 1 hour recap of the latest news and nuance in the React sphere. New episodes the first week of every month, with live recordings on the last Wednesday of every month in the Reactiflux stage.
44
55
Hosted by friends and veterans of the community, Mark Erikson, Carl Vitullo, and Mo Khazali. They've been driving forces in the Reactiflux Discord since 2015. Mark brings his many years maintaining Redux, Carl his experience at a half-dozen startups, and Mo his depth with React Native from Theodo UK."
6+
7+
8+
# This page has been redirected to Spotify Creators in netlify.toml
69
---
710

811
How busy professionals stay on top of the React ecosystem. We give you a 1 hour recap of the latest news and nuance in the React sphere. New episodes the first week of every month, with live recordings on the last Wednesday of every month in the Reactiflux stage.

0 commit comments

Comments
 (0)