Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(url): update URL following domain name purchase #12

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div align="center">
<a href="https://gautier-darchen.vercel.app/"><img alt="Logo" src=".README/logo.png" width="100" /></a>
<a href="https://gautierdarchen.fr"><img alt="Logo" src=".README/logo.png" width="100" /></a>
</div>
<h1 align="center">
<a href="https://gautier-darchen.vercel.app/">gautier-darchen.vercel.app</a>
<a href="https://gautierdarchen.fr">gautierdarchen.fr</a>
</h1>
<p align="center">
Source of my website <a href="https://gautier-darchen.vercel.app/" target="_blank">gautier-darchen.vercel.app</a> built with <a href="https://nextjs.org/" target="_blank">Next</a> and hosted with <a href="https://vercel.com/" target="_blank">Vercel</a>
Source of my website <a href="https://gautierdarchen.fr" target="_blank">gautierdarchen.fr</a> built with <a href="https://nextjs.org/" target="_blank">Next</a> and hosted with <a href="https://vercel.com/" target="_blank">Vercel</a>
</p>

<div align="center">
Expand All @@ -21,7 +21,7 @@

</div>

<a href="https://gautier-darchen.vercel.app/"><img alt="Logo" src=".README/home.png" /></a>
<a href="https://gautierdarchen.fr/"><img alt="Logo" src=".README/home.png" /></a>

## 👋 About this repo

Expand Down Expand Up @@ -59,4 +59,4 @@ When this pull request will be merged, a new version will be deployed in product
## 📣 Author Info

- Linkedin - [@gautierdarchen](https://www.linkedin.com/in/gautierdarchen/)
- Website - [Gautier Darchen](https://gautier-darchen.vercel.app/)
- Website - [Gautier Darchen](https://gautierdarchen.fr/)
Binary file added public/gdarchen-circle.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/gdarchen-circle.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/constants/globals.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const WEBSITE_URL = 'https://gautier-darchen.vercel.app/'
export const WEBSITE_URL = 'https://gautierdarchen.fr'

export const WATCH_RESOURCES_PAGE_SIZE = 100