mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 20:19:35 +01:00
remove useless function
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user