Update to Nuxt 3.14 and Replace npm with pnpm (#72)

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
Al Asad Nur Riyad
2024-11-09 03:18:21 +06:00
committed by GitHub
parent 32e4f6fe44
commit 9db5ae8103
49 changed files with 15735 additions and 20211 deletions

View File

@@ -10,7 +10,7 @@ useHead({
</script>
<template>
<div class="bg-[#F1F2F4] dark:text-zinc-300 dark:bg-slate-950">
<div class="bg-[#F1F2F4] dark:text-zinc-300 dark:bg-slate-950">
<NuxtLoadingIndicator />
<NuxtLayout>
<NuxtPage />
@@ -39,7 +39,7 @@ useHead({
filter: blur(1rem);
}
html.dark{
html.dark {
color-scheme: dark;
}
</style>