remove useless function

This commit is contained in:
2024-02-02 22:54:26 +01:00
parent 0c96606d18
commit bcf7073ba8

View File

@@ -1,13 +1,7 @@
<script lang="ts" setup>
const appConfig = useAppConfig()
function getColor() {
return `text-${appConfig.ui.primary}-500`
}
useHead({
title: 'My work • Arthur Danjou',
})
const { data: projects } = await getProjects()
</script>