mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
@@ -1,6 +1,6 @@
|
||||
import { withAxiom } from 'next-axiom'
|
||||
import createMDX from '@next/mdx'
|
||||
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
swcMinify: true,
|
||||
@@ -9,15 +9,15 @@ const nextConfig = {
|
||||
// Optionally, add any other Next.js config below
|
||||
async redirects() {
|
||||
return [
|
||||
// {
|
||||
// source: '/admin',
|
||||
// destination: '/nope',
|
||||
// permanent: true,
|
||||
// },
|
||||
// {
|
||||
// source: '/admin',
|
||||
// destination: '/nope',
|
||||
// permanent: true,
|
||||
// },
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
const withMDX = createMDX({
|
||||
// Add markdown plugins here, as desired
|
||||
options: {
|
||||
@@ -25,6 +25,6 @@ const withMDX = createMDX({
|
||||
rehypePlugins: [],
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
// Merge MDX config with Next.js config
|
||||
export default withMDX(nextConfig)
|
||||
export default withMDX(nextConfig)
|
||||
|
||||
Reference in New Issue
Block a user