Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Mar 4, 2024
1 parent b7808da commit 981d2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[[...slug]].js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from "@storyblok/react"

export default function SlugPage({ slug, version, preview, story }) {
const staticStory = useStoryblokState(story, undefined, preview)
const staticStory = useStoryblokState(story, undefined, false)
const dynamicStory = useStoryblok(slug, { version }, preview)

const renderStory = preview
Expand Down

0 comments on commit 981d2dd

Please sign in to comment.