mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-07 10:26:18 +00:00
update
This commit is contained in:
16
web/v0-user-next.config.js
Normal file
16
web/v0-user-next.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
pageExtensions: ["js", "jsx", "ts", "tsx"],
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: "/docs",
|
||||
destination: "/docs/introduction",
|
||||
permanent: true,
|
||||
},
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
|
Reference in New Issue
Block a user