Skip to content

Commit 5eb2ffb

Browse files
committed
fix: build issues
1 parent a8e0d16 commit 5eb2ffb

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

client/pages/Home/Home.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { useHarmonicIntervalFn } from "react-use";
2121
import { Favicon } from "../../components/Favicon";
2222
import { createIsomorphLink } from "../../../lib/apollo/links";
2323
import { GetServerSideProps } from "next";
24-
import absoluteUrl from "next-absolute-url";
2524
import { getOrigin } from "../../../lib/get-origin";
2625

2726
interface Props {

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"jsonschema": "^1.4.0",
7878
"nanoid": "^3.1.23",
7979
"next": ">=9.0.0",
80-
"next-absolute-url": "^1.2.2",
8180
"next-transpile-modules": "^7.3.0",
8281
"raw-loader": "^4.0.2",
8382
"react": "17.0.2",

pages/_app.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { NormalizeCSS } from "../client/styles/normalize-css";
66
import React, { useMemo } from "react";
77
import { Fonts, GlobalFontStyles } from "../client/styles/fonts";
88
import { createIsomorphLink } from "../lib/apollo/links";
9-
import absoluteUrl from "next-absolute-url";
109
import { getOrigin } from "../lib/get-origin";
1110

1211
interface MyAppProps extends AppProps {

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -9390,11 +9390,6 @@ nerf-dart@^1.0.0:
93909390
resolved "https://registry.yarnpkg.com/nerf-dart/-/nerf-dart-1.0.0.tgz#e6dab7febf5ad816ea81cf5c629c5a0ebde72c1a"
93919391
integrity sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo=
93929392

9393-
next-absolute-url@^1.2.2:
9394-
version "1.2.2"
9395-
resolved "https://registry.yarnpkg.com/next-absolute-url/-/next-absolute-url-1.2.2.tgz#9aba5adcee8effcffd63271d99e13213ad04c23b"
9396-
integrity sha512-Z2+LZXQTthhw2je9u4eq8QWXxXd57a6b54x9exBfQX4Dct6YxaMjcXZWNLHd9AOlCue84EsMpdSGP7wACqUnPg==
9397-
93989393
next-compose-plugins@^2.2.1:
93999394
version "2.2.1"
94009395
resolved "https://registry.yarnpkg.com/next-compose-plugins/-/next-compose-plugins-2.2.1.tgz#020fc53f275a7e719d62521bef4300fbb6fde5ab"

0 commit comments

Comments
 (0)