mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
add news article redirect
This commit is contained in:
@@ -315,6 +315,12 @@ export default defineNuxtConfig({
|
||||
'Critical-CH': 'Sec-CH-Prefers-Color-Scheme',
|
||||
},
|
||||
},
|
||||
'/news/article/:slug': {
|
||||
redirect: {
|
||||
to: '/news/article/:slug/',
|
||||
statusCode: 301,
|
||||
},
|
||||
},
|
||||
'/dashboard/revenue/withdraw': {
|
||||
redirect: {
|
||||
to: '/dashboard/revenue',
|
||||
|
||||
Reference in New Issue
Block a user