diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-19 03:10:42 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-19 11:29:33 +0000 |
| commit | f94432b94512cef90cca6d0d5396b4547ccbe68b (patch) | |
| tree | b4888881a713654a4accbd5fbdbae6574a7e62e3 /docs/babel.config.js | |
| parent | 3304ed4733f7301a29231ee4f967e04fd7c10880 (diff) | |
| download | karakeep-f94432b94512cef90cca6d0d5396b4547ccbe68b.tar.zst | |
docs: Bootstrap docusaurus docs
Diffstat (limited to 'docs/babel.config.js')
| -rw-r--r-- | docs/babel.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/babel.config.js b/docs/babel.config.js new file mode 100644 index 00000000..e00595da --- /dev/null +++ b/docs/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: [require.resolve('@docusaurus/core/lib/babel/preset')], +}; |
