mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 20:19:35 +01:00
update dependencies
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { SpeedInsights } from '@vercel/speed-insights/nuxt'
|
||||
|
||||
const appConfig = useAppConfig()
|
||||
const getColor = computed(() => appConfig.ui.primary)
|
||||
|
||||
@@ -10,6 +12,7 @@ router.afterEach((route) => {
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<SpeedInsights />
|
||||
<NuxtLoadingIndicator :color="getColor" />
|
||||
<section class="fixed inset-0 flex justify-center sm:px-8">
|
||||
<div class="flex w-full max-w-7xl">
|
||||
|
||||
Reference in New Issue
Block a user