Skip to content

Commit

Permalink
fix tag position
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Dec 22, 2023
1 parent b88d47d commit 81a76d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ export default defineNuxtConfig({
},
{ rel: "shortcut icon", href: "/favicons/favicon.ico" },
],
script: [{ src: "https://jocat.ru/js/snow.min.js" }],
script: [
{ src: "https://jocat.ru/js/snow.min.js", tagPosition: "bodyClose" },
],
},
},

Expand Down

0 comments on commit 81a76d4

Please sign in to comment.