diff --git a/README.md b/README.md index 119b58c..2044416 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@
- Logo + Logo

- gautier-darchen.vercel.app + gautierdarchen.fr

- Source of my website gautier-darchen.vercel.app built with Next and hosted with Vercel + Source of my website gautierdarchen.fr built with Next and hosted with Vercel

@@ -21,7 +21,7 @@
-Logo +Logo ## 👋 About this repo @@ -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/) diff --git a/public/gdarchen-circle.jpg b/public/gdarchen-circle.jpg new file mode 100644 index 0000000..dc0d733 Binary files /dev/null and b/public/gdarchen-circle.jpg differ diff --git a/public/gdarchen-circle.png b/public/gdarchen-circle.png deleted file mode 100644 index cd9d4ee..0000000 Binary files a/public/gdarchen-circle.png and /dev/null differ diff --git a/src/constants/globals.ts b/src/constants/globals.ts index 57122e4..7407c85 100644 --- a/src/constants/globals.ts +++ b/src/constants/globals.ts @@ -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