public: add redirects
This commit is contained in:
@@ -15,6 +15,16 @@ const config = {
|
|||||||
destination: '/articles/open-source-web-analytics',
|
destination: '/articles/open-source-web-analytics',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: '/articles/alternatives-to-mixpanel',
|
||||||
|
destination: '/articles/mixpanel-alternatives',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/articles/vs-mixpanel',
|
||||||
|
destination: '/compare/mixpanel-alternative',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user