mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
switch to use pnpm (#330)
Reviewed-on: https://gitea.com/gitea/docs/pulls/330 Co-authored-by: techknowlogick <[email protected]> Co-committed-by: techknowlogick <[email protected]>
This commit is contained in:
committed by
techknowlogick
parent
8a40822acd
commit
2fe3b3a114
@@ -0,0 +1,7 @@
|
||||
import MDXComponents from '@theme-original/MDXComponents';
|
||||
import A from './A';
|
||||
|
||||
export default {
|
||||
...MDXComponents,
|
||||
a: A,
|
||||
};
|
||||
Reference in New Issue
Block a user