Skip to content

Commit

Permalink
Merge pull request #928 from cultuurnet/feature/III-6344
Browse files Browse the repository at this point in the history
III-6344 - Change ff name
  • Loading branch information
vhande authored Oct 16, 2024
2 parents 7217c33 + e3a1ffc commit 84e94d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ NEXT_PUBLIC_TAXONOMY_URL=
NEXT_PUBLIC_CULTUURKUUR_LOCATION_ID=
NEXT_PUBLIC_SHOULD_SHOW_BETA_VERSION=
NEXT_PUBLIC_HOTJAR_MISSING_FIELD_NAME=
NEXT_PUBLIC_CLAIM_OWNERSHIP_ENABLED=
NEXT_PUBLIC_OWNERSHIP_ENABLED=

SENTRY_AUTH_TOKEN=

Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const moduleExports = {
shouldShowBetaVersion: process.env.NEXT_PUBLIC_SHOULD_SHOW_BETA_VERSION,
hotjarEventName: process.env.NEXT_PUBLIC_HOTJAR_EVENT_NAME,
hotjarMissingFieldName: process.env.NEXT_PUBLIC_HOTJAR_MISSING_FIELD_NAME,
claimOwnershipEnabled: process.env.NEXT_PUBLIC_CLAIM_OWNERSHIP_ENABLED,
ownershipEnabled: process.env.NEXT_PUBLIC_OWNERSHIP_ENABLED,
},
pageExtensions: ['page.tsx', 'page.js', 'api.ts'],
eslint: {
Expand Down

0 comments on commit 84e94d4

Please sign in to comment.