Use Hypertune on static pages
1. Set up Hypertune
2. Define the flags for your page
import { FlagPath } from '@/generated/hypertune'
export const offerPageFlagPaths: FlagPath[] = [
'exampleFlag',
'enableDesignV2',
]3. Add a Dynamic Segment
4. Encode flags in Middleware
Summary
Benefits
Last updated