chore: upgrade to nuxt 4
This commit is contained in:
13
app/data/siteRevisions.ts
Normal file
13
app/data/siteRevisions.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
interface SiteRevision {
|
||||
title: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
export const revisions: SiteRevision[] = [
|
||||
{
|
||||
title: "Nuxt 3 (2022)",
|
||||
url: "https://eggipelago.com",
|
||||
},
|
||||
{ title: "Eleventy (2021)", url: "https://2021.eggipelago.com" },
|
||||
{ title: "Vanilla (2019-2020)", url: "https://2020.eggipelago.com" },
|
||||
];
|
Reference in New Issue
Block a user