File tree 4 files changed +0
-8
lines changed
4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import { useHarmonicIntervalFn } from "react-use";
21
21
import { Favicon } from "../../components/Favicon" ;
22
22
import { createIsomorphLink } from "../../../lib/apollo/links" ;
23
23
import { GetServerSideProps } from "next" ;
24
- import absoluteUrl from "next-absolute-url" ;
25
24
import { getOrigin } from "../../../lib/get-origin" ;
26
25
27
26
interface Props {
Original file line number Diff line number Diff line change 77
77
"jsonschema" : " ^1.4.0" ,
78
78
"nanoid" : " ^3.1.23" ,
79
79
"next" : " >=9.0.0" ,
80
- "next-absolute-url" : " ^1.2.2" ,
81
80
"next-transpile-modules" : " ^7.3.0" ,
82
81
"raw-loader" : " ^4.0.2" ,
83
82
"react" : " 17.0.2" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { NormalizeCSS } from "../client/styles/normalize-css";
6
6
import React , { useMemo } from "react" ;
7
7
import { Fonts , GlobalFontStyles } from "../client/styles/fonts" ;
8
8
import { createIsomorphLink } from "../lib/apollo/links" ;
9
- import absoluteUrl from "next-absolute-url" ;
10
9
import { getOrigin } from "../lib/get-origin" ;
11
10
12
11
interface MyAppProps extends AppProps {
Original file line number Diff line number Diff line change @@ -9390,11 +9390,6 @@ nerf-dart@^1.0.0:
9390
9390
resolved "https://registry.yarnpkg.com/nerf-dart/-/nerf-dart-1.0.0.tgz#e6dab7febf5ad816ea81cf5c629c5a0ebde72c1a"
9391
9391
integrity sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo=
9392
9392
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
-
9398
9393
next-compose-plugins@^2.2.1:
9399
9394
version "2.2.1"
9400
9395
resolved "https://registry.yarnpkg.com/next-compose-plugins/-/next-compose-plugins-2.2.1.tgz#020fc53f275a7e719d62521bef4300fbb6fde5ab"
You can’t perform that action at this time.
0 commit comments