redirecting developerdays url

This commit is contained in:
Jordan Violet
2023-03-11 13:09:40 -05:00
parent f361c759c5
commit fe1fd14d87

View File

@@ -4,8 +4,8 @@ module.exports = [
{ {
redirects: [ redirects: [
{ {
to: '/developerdays', to: 'https://developer.sailpoint.com/discuss/t/thank-you-for-attending-developer-days-2023/9356',
from: '/conf', from: ['/conf', '/developerdays'],
}, },
], ],
}, },