mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 08:49:26 +00:00
build(docs): update dependencies
This commit is contained in:
parent
3ce5686dd1
commit
4737c5462d
3 changed files with 127 additions and 97 deletions
|
|
@ -5,7 +5,8 @@ const withMDX = createMDX();
|
|||
/** @type {import('next').NextConfig} */
|
||||
const config = {
|
||||
reactStrictMode: true,
|
||||
devIndicators: false
|
||||
devIndicators: false,
|
||||
transpilePackages: ["shiki"]
|
||||
};
|
||||
|
||||
export default withMDX(config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue