Skip to content

Commit

Permalink
Markdown index fix (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Kaggl <robin.kaggl@oeaw.ac.at>
  • Loading branch information
kaggl and Robin Kaggl committed Jan 17, 2024
1 parent 275d56c commit 0df2aa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@nuxt/content": "^2.8.5",
"@nuxt/image": "npm:@nuxt/image-edge",
"@nuxtjs/i18n": "^8.0.0",
"@nuxtjs/mdc": "^0.3.0",
"@tanstack/vue-query": "^5.17.2",
"@vueuse/core": "^10.7.1",
"instantsearch.js": "^4.63.0",
Expand Down
4 changes: 0 additions & 4 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<script lang="ts" setup>
const locale = useLocale();
definePageMeta({
title: "pages.home.title",
});
</script>

<template>
Expand Down

0 comments on commit 0df2aa8

Please sign in to comment.