Skip to content

Commit

Permalink
fix: remove locale var from preview URL as its not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
primeinteger committed Sep 27, 2024
1 parent a794f2e commit c74db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/templates/nextjs-marketing-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This app is a starter template for Studio Experiences, showcasing an example mar
## How to Start

1. Copy the `.env.template` file to `.env` in this project directory and set the environment variables as described in [Config](#config)
2. Set the content preview URL of the experience type to `http://localhost:3000/{locale}/{entry.fields.slug}?expEditorMode=true`
2. Set the content preview URL of the experience type to `http://localhost:3000/{entry.fields.slug}?expEditorMode=true`
3. Run `npm run dev`

## Config
Expand Down

0 comments on commit c74db48

Please sign in to comment.