Skip to content

Commit c9198a6

Browse files
committed
Format and autofix after a merge
1 parent 48a04bf commit c9198a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/web/docs/src/app/federation/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const metadata = {
3131
images: [
3232
new URL('./opengraph-image.png', import.meta.url)
3333
.toString()
34-
// eslint-disable-next-line no-process-env
34+
3535
.replace(process.env.NEXT_BASE_PATH || '', ''),
3636
],
3737
},

packages/web/docs/src/app/gateway/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import {
88
HeroLogo,
99
HiveGatewayIcon,
1010
} from '@theguild/components';
11-
import { GetYourAPIGameRightList } from '../../components/get-your-api-game-right-list';
1211
import { ErrorBoundary } from '../../components/error-boundary';
12+
import { GetYourAPIGameRightList } from '../../components/get-your-api-game-right-list';
1313
import { LandingPageContainer } from '../../components/landing-page-container';
1414
import { metadata as rootMetadata } from '../layout';
1515
import { FederationCompatibleBenchmarksSection } from './federation-compatible-benchmarks';

packages/web/docs/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ metadata.openGraph = {
4242
images: [
4343
new URL('./opengraph-image.png', import.meta.url)
4444
.toString()
45-
// eslint-disable-next-line no-process-env
45+
4646
.replace(process.env.NEXT_BASE_PATH || '', ''),
4747
],
4848
};

packages/web/docs/src/app/partners/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const metadata = {
3030
images: [
3131
new URL('./opengraph-image.png', import.meta.url)
3232
.toString()
33-
// eslint-disable-next-line no-process-env
33+
3434
.replace(process.env.NEXT_BASE_PATH || '', ''),
3535
],
3636
},

0 commit comments

Comments
 (0)