You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/customize/deep-dives/configuration.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ Example
61
61
`config.ts` must export a `modifyConfig` function, like:
62
62
63
63
<Warning>
64
-
The `slashCommands` array shown below is deprecated. For creating custom slash commands, use [prompt blocks or prompt files](./slash-commands) instead.
64
+
The `slashCommands` array shown below is deprecated. For creating custom slash
65
+
commands, use [prompt files](./slash-commands) instead.
65
66
</Warning>
66
67
67
68
```ts title="config.ts"
@@ -86,4 +87,4 @@ export function modifyConfig(config: Config): Config {
0 commit comments