Skip to content

Commit

Permalink
refactor(sitemap): token → studioToken
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Oct 14, 2024
1 parent a7f8857 commit 938f63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ import {
COMPENSATIONS_PAGE_SITEMAP_QUERY,
CUSTOMER_CASES_PAGE_SITEMAP_QUERY,
} from "studio/lib/queries/specialPages";
import { token } from "studio/lib/token";
import { token as studioToken } from "studio/lib/token";
import { sharedClient } from "studioShared/lib/client";
import { CUSTOMER_CASES_SITEMAP_QUERY } from "studioShared/lib/queries/customerCases";
import { token as sharedToken } from "studioShared/lib/token";

import { readBaseUrl } from "./env";

const clientWithToken = client.withConfig({ token });
const clientWithToken = client.withConfig({ token: studioToken });
const sharedClientWithToken = sharedClient.withConfig({ token: sharedToken });

export const dynamic = "force-dynamic";
Expand Down

0 comments on commit 938f63d

Please sign in to comment.