radius
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
trailingSlash: true,
|
||||
redirects() {
|
||||
return [
|
||||
{
|
||||
source: '/settings',
|
||||
destination: '/settings/appearance',
|
||||
permanent: false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
Reference in New Issue
Block a user