Change /notes/ to be a normal link instead of routerlink
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 18s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 18s
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user