mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { useColorStore } from '~/store/color'
|
||||
import { ColorsTheme } from '~~/types'
|
||||
import {useColorStore} from '~/store/color'
|
||||
import {ColorsTheme} from '~~/types'
|
||||
|
||||
const colors = Object.values(ColorsTheme)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Education, Post, Project, Skill, WorkExperience } from '~~/types'
|
||||
import type {Education, Post, Project, Skill, WorkExperience} from '~~/types'
|
||||
|
||||
export function getProjects() {
|
||||
return useAsyncData('content:projects', () => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
import { useTalentsStore } from '~/store/talents'
|
||||
import { providers } from '~~/types'
|
||||
import {useTalentsStore} from '~/store/talents'
|
||||
import {providers} from '~~/types'
|
||||
|
||||
useHead({
|
||||
title: 'Discover new talents • Arthur Danjou',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { inject } from '@vercel/analytics'
|
||||
import {inject} from '@vercel/analytics'
|
||||
|
||||
export default defineNuxtPlugin(() => {
|
||||
inject()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { z } from 'zod'
|
||||
import {z} from 'zod'
|
||||
|
||||
const PostSchema = z.object({ slug: z.string() }).parse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user