Merge pull request #44 from nurRiyad/riyad/next
Update Nuxt Version to 3.10.3 and add nuxt loading indicator
This commit is contained in:
3
app.vue
3
app.vue
@@ -37,7 +37,7 @@ useHead({
|
|||||||
content: image,
|
content: image,
|
||||||
},
|
},
|
||||||
// Test on: https://cards-dev.twitter.com/validator or https://socialsharepreview.com/
|
// Test on: https://cards-dev.twitter.com/validator or https://socialsharepreview.com/
|
||||||
{ name: 'twitter:site', content: '@debs_obrien' },
|
{ name: 'twitter:site', content: '@qdnvubp' },
|
||||||
{ name: 'twitter:card', content: 'summary_large_image' },
|
{ name: 'twitter:card', content: 'summary_large_image' },
|
||||||
{
|
{
|
||||||
name: 'twitter:url',
|
name: 'twitter:url',
|
||||||
@@ -61,6 +61,7 @@ useHead({
|
|||||||
|
|
||||||
<template>
|
<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>
|
<NuxtLayout>
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</NuxtLayout>
|
</NuxtLayout>
|
||||||
|
|||||||
4898
package-lock.json
generated
4898
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -11,19 +11,19 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^0.42.0",
|
"@antfu/eslint-config": "^0.42.0",
|
||||||
"@formkit/auto-animate": "^0.8.0",
|
"@formkit/auto-animate": "^0.8.1",
|
||||||
"@nuxt/content": "^2.12.0",
|
"@nuxt/content": "^2.12.1",
|
||||||
"@nuxt/image": "^1.3.0",
|
"@nuxt/image": "^1.4.0",
|
||||||
"@nuxtjs/color-mode": "^3.3.2",
|
"@nuxtjs/color-mode": "^3.3.2",
|
||||||
"@nuxtjs/fontaine": "^0.4.1",
|
"@nuxtjs/fontaine": "^0.4.1",
|
||||||
"@nuxtjs/robots": "^3.0.0",
|
"@nuxtjs/robots": "^3.0.0",
|
||||||
"@nuxtjs/tailwindcss": "^6.10.3",
|
"@nuxtjs/tailwindcss": "^6.11.4",
|
||||||
"@tailwindcss/forms": "^0.5.7",
|
"@tailwindcss/forms": "^0.5.7",
|
||||||
"@tailwindcss/typography": "^0.5.10",
|
"@tailwindcss/typography": "^0.5.10",
|
||||||
"@vueuse/core": "^10.7.1",
|
"@vueuse/core": "^10.9.0",
|
||||||
"@vueuse/nuxt": "^10.7.1",
|
"@vueuse/nuxt": "^10.9.0",
|
||||||
"eslint": "^8.39.0",
|
"eslint": "^8.39.0",
|
||||||
"nuxt": "^3.10.2",
|
"nuxt": "^3.10.3",
|
||||||
"nuxt-icon": "^0.6.8",
|
"nuxt-icon": "^0.6.8",
|
||||||
"nuxt-og-image": "^3.0.0-rc.38",
|
"nuxt-og-image": "^3.0.0-rc.38",
|
||||||
"nuxt-simple-sitemap": "^4.2.0",
|
"nuxt-simple-sitemap": "^4.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user