Skip to content

Commit

Permalink
backticks to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
haleychaas committed Feb 27, 2025
1 parent be301ca commit ca6340d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ const config = {
{
redirects: [
{
to: `/guides/ai-apps`,
from: `/guides/assistants`
to: '/guides/ai-apps',
from: '/guides/assistants'
}
],
createRedirects(existingPath) {
Expand Down

0 comments on commit ca6340d

Please sign in to comment.