Why is my page considered λ by next.js?
I have a page, that fetches content from storyblok CMS, the function that fetches the story is fully custom[pic 1].
I have added cache: force-cache in fetch function that is inside fetchStory function, that is called in the page.tsx [pic 2].
1 Reply
Your Home component is async, which means it has to be server rendered
λ is a sign for dynamic/server rendered pages