Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update prosjekter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Feb 7, 2022
1 parent 4b6f878 commit 847efbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/prosjekter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const Prosjekter: NextPage = ({
);

export const getStaticProps: GetStaticProps = async () => {
const projects = await getClient({}).fetch(projectQuery);
const categories = await getClient({}).fetch(categoryQuery);
const projects = await getClient(false).fetch(projectQuery);
const categories = await getClient(false).fetch(categoryQuery);

return {
props: {
Expand Down

0 comments on commit 847efbe

Please sign in to comment.