Skip to content

Commit

Permalink
🔧 fix(README.md): resolve issue with favicon not working on productio…
Browse files Browse the repository at this point in the history
…n by investigating and fixing the root cause
  • Loading branch information
danieldanielecki committed Feb 26, 2024
1 parent 189915a commit 8132c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This page has been created using [v0](https://v0.dev). The project can be found
- Deployment, at least to `Vercel`, should've been out-of-the-box, but in fact it requires tweaks with `output: "export"` in the `next.cponfig.mjs` for static deployment (eventually ditched the idea) and extra setup in `Vercel` Project Settings for a normal one (selecting manually `Next.js` as a framework, otherwise it deploys `404`).
- `target="_blank"` (with `rel="noopener"`) could've been generated for external-looking links.
- No metadata is generated.
- Favicon not working on production.

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

Expand Down

0 comments on commit 8132c41

Please sign in to comment.