From 7527c80ecc0b1fc12881fe8431e34811d63f592a Mon Sep 17 00:00:00 2001 From: Andrew Molchanov Date: Tue, 17 Dec 2024 20:43:38 +0300 Subject: [PATCH] Let It Snow! --- nuxt.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index cbdc15c..f5b48b4 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -35,9 +35,9 @@ export default defineNuxtConfig({ }, { rel: "manifest", href: "/favicons/manifest.webmanifest" }, ], - // script: [ - // { src: "https://jocat.ru/js/snow.min.js", tagPosition: "bodyClose" }, - // ], + script: [ + { src: "https://jocat.ru/js/snow.min.js", tagPosition: "bodyClose" }, + ], }, },