Docs
Extras
Extras
Some of the extras you might want to add to your ZexaNext project are:
-
To add your logo to the website, you can update the
Logo.tsx
file in thecomponents
folder. -
Create a favicon for your website using the Favicon Generator.
- upload your image
- download the zip package with all the icons
- unzip the file and place
favicon.ico
andapple-icon.png
into the folder src/app
Next.js will evaluate the file and automatically add the appropriate tags to your app's
<head>
element. -
Create two 1200x630 images for social media sharing. Name the first
opengraph-image.png
and the secondtwitter-image.png
and add them to the /app folder.Next.js will evaluate the file and automatically add the appropriate tags to your app's
<head>
element. -
If you need components, you can use shadcn/ui components.