Skip to content

Commit

Permalink
adding force-dynamic on page :)
Browse files Browse the repository at this point in the history
  • Loading branch information
imariel2d committed Feb 14, 2024
1 parent 9319eaf commit b4c1c6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dolarenbancos",
"version": "0.1.55",
"version": "0.1.56",
"private": true,
"scripts": {
"prepare": "panda codegen && husky install",
Expand Down
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const dynamic = 'force-dynamic'

import { log } from '@logtail/next'
import Link from 'next/link'
import { PostHog } from 'posthog-node'
Expand Down

0 comments on commit b4c1c6d

Please sign in to comment.