Skip to content

Commit df90584

Browse files
style: auto-fix formatting
1 parent 65eeebb commit df90584

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

showcase/shell-docs/next.config.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ const nextConfig: NextConfig = {
112112
// slug renames from SUBPATH_RENAMES in seo-redirects.ts); the catch-all
113113
// at the bottom routes everything else into /built-in-agent/ to preserve
114114
// SEO equity, since these legacy URLs historically served BIA content.
115-
{ source: "/unselected", destination: "/built-in-agent", permanent: true },
115+
{
116+
source: "/unselected",
117+
destination: "/built-in-agent",
118+
permanent: true,
119+
},
116120
{
117121
source: "/unselected/quickstart",
118122
destination: "/built-in-agent/quickstart",
@@ -276,7 +280,8 @@ const nextConfig: NextConfig = {
276280
permanent: true,
277281
},
278282
{
279-
source: "/unselected/custom-look-and-feel/customize-built-in-ui-components",
283+
source:
284+
"/unselected/custom-look-and-feel/customize-built-in-ui-components",
280285
destination: "/built-in-agent/custom-look-and-feel/slots",
281286
permanent: true,
282287
},

0 commit comments

Comments
 (0)