Skip to content

Commit

Permalink
Fix token issue
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kwisatz-haderach committed Nov 20, 2023
1 parent 2fe5ce9 commit a441904
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/[category]/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export const getStaticProps: GetStaticProps<
{
version: 'draft',
language: locale,
token: process.env.STORYBLOK_TOKEN,
}
)
obituary = parseStory(story.data.story)
Expand Down Expand Up @@ -171,5 +172,3 @@ export const getStaticPaths: GetStaticPaths = async () => {
fallback: 'blocking',
}
}

// 4831065&_storyblok_c=obituary&_storyblok_version=&_storyblok_lang=default&_storyblok_release=0&_storyblok_rl=1700499551824&_storyblok_tk[space_id]=108099&_storyblok_tk[timestamp]=1700499551&_storyblok_tk[token]=f2a2d855ee981ba5db8eb8aaeeb6f1d61d3751c1

1 comment on commit a441904

@vercel
Copy link

@vercel vercel bot commented on a441904 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.