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