Skip to content

Commit bef3b90

Browse files
committed
Merge branch 'master' into develop
2 parents 2a735f5 + 8e1e257 commit bef3b90

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@playwright/test": "^1.39.0",
4343
"@types/lodash": "^4.14.200",
44-
"@types/node": "20.8.8",
44+
"@types/node": "20.8.9",
4545
"@types/nprogress": "^0.2.2",
4646
"@types/react-instantsearch-dom": "^6.12.5",
4747
"@types/uuid": "^9.0.6",

public/favicon-16x16.png

793 Bytes
Loading

public/favicon-32x32.png

1.56 KB
Loading

public/favicon.ico

7.7 KB
Binary file not shown.

public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

src/pages/_document.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import { Html, Head, Main, NextScript } from 'next/document';
33
export default function Document() {
44
return (
55
<Html lang="nb-NO">
6-
<Head />
6+
<Head>
7+
<link rel="icon" href="/favicon.ico" />
8+
</Head>
79
<body>
810
<Main />
911
<NextScript />

0 commit comments

Comments
 (0)