Skip to content

Commit

Permalink
work around
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemeralrogue committed Apr 9, 2024
1 parent f302d8e commit bb1d92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(sanity)/studio/[[...tool]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default function StudioPage() {
}

export function generateStaticParams() {
const pages = ['Presentation', 'Vision', 'Structure'];
const pages = ['studio'];
return pages.map((page) => ({ name: page }));
}

0 comments on commit bb1d92b

Please sign in to comment.