fix: removed nofollow links to my own website

This commit is contained in:
Rick van Lieshout 2023-06-28 22:57:51 +02:00
parent b5126bf051
commit bebfe1638e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ tags:
description: "Good software design practices and a few perfectionistic tendencies lead to almost 5 years without any writing. This post is a deep dive into a few of the struggles of the past 5 years" description: "Good software design practices and a few perfectionistic tendencies lead to almost 5 years without any writing. This post is a deep dive into a few of the struggles of the past 5 years"
--- ---
I've been rebuilding the old "[rickvanlieshout.com](https://rickvanlieshout.com)" for over 5 years now... I've been rebuilding the old "[rickvanlieshout.com](https://www.rickvanlieshout.com)" for over 5 years now...
But the website isn't that big. It could be done way faster and it has been done way faster. But the website isn't that big. It could be done way faster and it has been done way faster.
The thing is, I rewrote it several times, each time with a different design and updated packages. The thing is, I rewrote it several times, each time with a different design and updated packages.

View File

@ -4,7 +4,7 @@ import menu from "./menu";
export default { export default {
site: { site: {
siteMetadata: { siteMetadata: {
url: "https://rickvanlieshout.com", url: "https://www.rickvanlieshout.com",
title: "Rick van Lieshout ~ Mastermindzh", title: "Rick van Lieshout ~ Mastermindzh",
subtitle: "The thoughts, discoveries and murmurings of a Software enthusiast", subtitle: "The thoughts, discoveries and murmurings of a Software enthusiast",
copyright: "All rights reserved.", copyright: "All rights reserved.",