Skip to content

Commit

Permalink
chore: remove base
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 7, 2024
1 parent 56a9fe6 commit 5701209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const resolvers = reactive({
* It would merge the locales fields to the root fields
*/
resolveSiteLocaleData: (
{ locales, ...siteData }: SiteData,
{ base, locales, ...siteData }: SiteData,
routeLocale: RouteLocale,
): SiteLocaleData => ({
...siteData,
Expand Down

0 comments on commit 5701209

Please sign in to comment.