mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 08:49:26 +00:00
build: update dependencies and fumadocs
This commit is contained in:
parent
100165ec29
commit
fd5ebf4af0
144 changed files with 301 additions and 431 deletions
|
|
@ -6,7 +6,15 @@ const withMDX = createMDX();
|
|||
const config = {
|
||||
reactStrictMode: true,
|
||||
devIndicators: false,
|
||||
transpilePackages: ["shiki"]
|
||||
transpilePackages: ["shiki"],
|
||||
async rewrites() {
|
||||
return [
|
||||
{
|
||||
source: "/docs/:path*.mdx",
|
||||
destination: "/llms.mdx/:path*"
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
export default withMDX(config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue