mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
fix tip
This commit is contained in:
@@ -32,7 +32,8 @@ import { FileTree } from '@astrojs/starlight/components';
|
||||
```js title='src/config.js'
|
||||
export const commands = './dist/commands'
|
||||
```
|
||||
:::tip `commands` also supports an array of folders!
|
||||
:::tip
|
||||
`commands` also supports an array of folders!
|
||||
```js title='src/config.js'
|
||||
export const commands = ['./dist/commands', './dist/components']
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user