This commit is contained in:
2021-04-18 22:07:01 +02:00
parent b835cc3942
commit 97da8d1d0e
3 changed files with 5 additions and 6 deletions

View File

@@ -19,6 +19,3 @@ export default Vue.extend({
}
})
</script>
<style lang="scss" scoped>
</style>

View File

@@ -33,7 +33,9 @@ import {Project} from "../../@types/types";
export default {
name: "index",
head: {},
head: {
title: `Projects - Arthur Danjou`
},
setup() {
const { $content, i18n } = useContext()