File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const Conclusion: GlobalConfig = {
1616 livePreview : {
1717 url : ( { locale } ) => {
1818 const params = new URLSearchParams ( {
19- path : `${ locale } /conclusion` ,
19+ path : `/ ${ locale } /conclusion` ,
2020 secret : PAYLOAD_SECRET ,
2121 } )
2222
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const MainPage: GlobalConfig = {
1616 livePreview : {
1717 url : ( { locale } ) => {
1818 const params = new URLSearchParams ( {
19- path : `${ locale } /` ,
19+ path : `/ ${ locale } /` ,
2020 secret : PAYLOAD_SECRET ,
2121 } )
2222
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export const Sculptures: GlobalConfig = {
1717 livePreview : {
1818 url : ( { locale } ) => {
1919 const params = new URLSearchParams ( {
20- path : `${ locale } /sculptures` ,
20+ path : `/ ${ locale } /sculptures` ,
2121 secret : PAYLOAD_SECRET ,
2222 } )
2323
You can’t perform that action at this time.
0 commit comments