mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-23 16:30:38 +01:00
remove useless function
This commit is contained in:
@@ -1,13 +1,7 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
const appConfig = useAppConfig()
|
|
||||||
function getColor() {
|
|
||||||
return `text-${appConfig.ui.primary}-500`
|
|
||||||
}
|
|
||||||
|
|
||||||
useHead({
|
useHead({
|
||||||
title: 'My work • Arthur Danjou',
|
title: 'My work • Arthur Danjou',
|
||||||
})
|
})
|
||||||
|
|
||||||
const { data: projects } = await getProjects()
|
const { data: projects } = await getProjects()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user