Change /notes/ to be a normal link instead of routerlink
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 18s

This commit is contained in:
2026-04-06 22:59:37 +01:00
parent 282454140f
commit 058ae3b3f1

View File

@@ -6,7 +6,6 @@ import Header from "@/components/text/Header.vue";
const site_links = [
{ name: "CV", link: "/cv" },
{ name: "Bookmarks", link: "/bookmarks" },
{ name: "Notes", link: "/notes/" },
{ name: "Admin", link: "/admin" },
// { name: "Shrines", link: "/shrines" },
];
@@ -16,6 +15,7 @@ const social_links = [
{ name: "Steam", link: "https://steamcommunity.com/id/SteveThePug" },
{ name: "Github", link: "https://github.com/SteveThePug" },
{ name: "Spotify", link: "https://open.spotify.com/user/stevethepug" },
{ name: "Notes", link: "/notes/" },
];
</script>