File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ const Home = (props) => {
9797 >
9898 < div >
9999 { locales . map ( ( all_languages , index ) => (
100- < Link href = { `${ locales [ index ] . short } /docs` } >
100+ < Link href = { `${ process . env . URLprefix } ${ locales [ index ] . short } /docs` } >
101101 < Fragment key = { index } >
102- < Link href = { `${ locales [ index ] . short } /docs` } >
102+ < Link href = { `${ process . env . URLprefix } ${ locales [ index ] . short } /docs` } >
103103 < div className = "home-language-switcher-item" >
104104 < span className = "home-language-link" >
105105 { all_languages ?. name }
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ const Home = (props) => {
8888 >
8989 < div >
9090 { locales . map ( ( all_languages , index ) => (
91- < Link href = { locales [ index ] . short } >
91+ < Link href = { ` ${ process . env . URLprefix } ${ locales [ index ] . short } ` } >
9292 < Fragment key = { index } >
93- < Link href = { locales [ index ] . short } >
93+ < Link href = { ` ${ process . env . URLprefix } ${ locales [ index ] . short } ` } >
9494 < div className = "home-language-switcher-item" >
9595 < span className = "home-language-link" >
9696 { all_languages ?. name }
You can’t perform that action at this time.
0 commit comments