fix: logo doesn't get loaded correctly

This commit is contained in:
Elias Schneider
2023-07-31 16:38:29 +02:00
parent a47d080657
commit 9ba2b4c82c
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node .next/standalone/server.js",
"start": "next start",
"lint": "next lint",
"format": "prettier --end-of-line=auto --write \"src/**/*.ts*\""
},