migrate domain

This commit is contained in:
2022-11-01 00:07:14 -04:00
parent c7cd1fef32
commit d7934568bd
8 changed files with 17 additions and 17 deletions

View File

@@ -6,8 +6,8 @@ interface SiteRevision {
export const revisions: SiteRevision[] = [
{
title: "Nuxt 3 (2022)",
url: "https://eggworld.tk",
url: "https://eggworld.me",
},
{ title: "Eleventy (2021)", url: "https://2021.eggworld.tk" },
{ title: "Vanilla (2019-2020)", url: "https://2020.eggworld.tk" },
{ title: "Eleventy (2021)", url: "https://2021.eggworld.me" },
{ title: "Vanilla (2019-2020)", url: "https://2020.eggworld.me" },
];