From b241863c3b6a10d886d6b84514c49e0196ae5f4d Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 11 Dec 2024 22:36:22 +0100 Subject: feat: update domain --- README.md | 2 +- src/lib/socials.json | 2 +- src/routes/+layout.svelte | 8 ++++---- svelte.config.js | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a87e37a..29537a3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)   [![GitHub Release](https://img.shields.io/github/v/release/pml68/website)](https://github.com/pml68/website/releases/latest)   [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/pml68/website/deploy.yml)](https://github.com/pml68/website/actions)   -[![Website](https://img.shields.io/website?url=https%3A%2F%2Fpml68.me)](https://pml68.me) +[![Website](https://img.shields.io/website?url=https%3A%2F%2Fpml68.dev)](https://pml68.dev) # Running locally diff --git a/src/lib/socials.json b/src/lib/socials.json index 16ebb5f..ea75d91 100644 --- a/src/lib/socials.json +++ b/src/lib/socials.json @@ -17,7 +17,7 @@ "iconIndex": 3 }, { - "link": "mailto:contact@pml68.me", + "link": "mailto:contact@pml68.dev", "iconIndex": 4 } ] diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index f45c602..856ee27 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,10 +1,10 @@