Skip to content

Commit ca6340d

Browse files
committed
backticks to single quotes
1 parent be301ca commit ca6340d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ const config = {
4949
{
5050
redirects: [
5151
{
52-
to: `/guides/ai-apps`,
53-
from: `/guides/assistants`
52+
to: '/guides/ai-apps',
53+
from: '/guides/assistants'
5454
}
5555
],
5656
createRedirects(existingPath) {

0 commit comments

Comments
 (0)