File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/web/docs/src/app Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const metadata = {
31
31
images : [
32
32
new URL ( './opengraph-image.png' , import . meta. url )
33
33
. toString ( )
34
- // eslint-disable-next-line no-process-env
34
+
35
35
. replace ( process . env . NEXT_BASE_PATH || '' , '' ) ,
36
36
] ,
37
37
} ,
Original file line number Diff line number Diff line change 8
8
HeroLogo ,
9
9
HiveGatewayIcon ,
10
10
} from '@theguild/components' ;
11
- import { GetYourAPIGameRightList } from '../../components/get-your-api-game-right-list' ;
12
11
import { ErrorBoundary } from '../../components/error-boundary' ;
12
+ import { GetYourAPIGameRightList } from '../../components/get-your-api-game-right-list' ;
13
13
import { LandingPageContainer } from '../../components/landing-page-container' ;
14
14
import { metadata as rootMetadata } from '../layout' ;
15
15
import { FederationCompatibleBenchmarksSection } from './federation-compatible-benchmarks' ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ metadata.openGraph = {
42
42
images : [
43
43
new URL ( './opengraph-image.png' , import . meta. url )
44
44
. toString ( )
45
- // eslint-disable-next-line no-process-env
45
+
46
46
. replace ( process . env . NEXT_BASE_PATH || '' , '' ) ,
47
47
] ,
48
48
} ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const metadata = {
30
30
images : [
31
31
new URL ( './opengraph-image.png' , import . meta. url )
32
32
. toString ( )
33
- // eslint-disable-next-line no-process-env
33
+
34
34
. replace ( process . env . NEXT_BASE_PATH || '' , '' ) ,
35
35
] ,
36
36
} ,
You can’t perform that action at this time.
0 commit comments