changed to/from redirect paths

This commit is contained in:
Jordan Violet
2023-03-03 16:05:28 -05:00
parent 9bb3e607bf
commit beccfb2d66

View File

@@ -5,8 +5,8 @@ module.exports = [
redirects: [
// /docs/oldDoc -> /docs/newDoc
{
to: '/conf',
from: '/developerdays',
to: '/developerdays',
from: '/conf',
},
],
},