Skip to content

Commit 01b86b6

Browse files
committed
Fikser favicon
1 parent 3981d02 commit 01b86b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link
1313
rel='icon'
1414
href='/favicon.svg'
15+
sizes='any'
16+
type='image/svg+xml'
1517
/>
1618
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1719
<title>NAV CMS-arkiv</title>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:server": "npm run build --workspace server",
1111
"analyze-bundle": "ANALYZE=true npm run build:client",
1212
"start": "npm run start --workspace server",
13-
"start-local": "cp .env.prod-local .env && npm run start --workspace server",
13+
"start-local": "cp .env.prod-local .env && npm run build && npm run start --workspace server",
1414
"dev": "cp .env.development .env && npm run dev --workspace server"
1515
},
1616
"workspaces": [

0 commit comments

Comments
 (0)