Roxha-V / PTGA-Landing

1 stars 0 forks source link

#78 Add SEO elements #87

Closed Roxha-V closed 2 weeks ago

Roxha-V commented 2 weeks ago

SEO elements added to project (at least the ones tha…t were in the issue).

Regarding the favicon, the only viable solution I found was that in versions of next js after 13, you need to rename the .ico file to icon.ico and paste it into the app folder. [https://stackoverflow.com/questions/75674866/adding-favicon-to-nextjs-app-router-application]

im sorry , i forgot again to put the issue number in the commit :(

devPalta commented 2 weeks ago

SEO elements added to project (at least the ones tha…t were in the issue).

Regarding the favicon, the only viable solution I found was that in versions of next js after 13, you need to rename the .ico file to icon.ico and paste it into the app folder. [https://stackoverflow.com/questions/75674866/adding-favicon-to-nextjs-app-router-application]

im sorry , i forgot again to put the issue number in the commit :(

always we can amend it

Amending the most recent commit message git commit --amend will open your editor, allowing you to change the commit message of the most recent commit. Additionally, you can set the commit message directly in the command line with:

git commit --amend -m "New commit message" …however, this can make multi-line commit messages or small corrections more cumbersome to enter.

Make sure you don't have any working copy changes staged before doing this or they will get committed too. (Unstaged changes will not get committed.)

Roxha-V commented 2 weeks ago

Se realizaron los cambios, pendiente de revision @devPalta :)