Skip to content

Commit

Permalink
New year 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Dec 1, 2023
1 parent 0e91bc7 commit c4c6d2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ export default defineNuxtConfig({
},
{ rel: "shortcut icon", href: "/favicons/favicon.ico" },
],
script: [
{
src: "https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js",
},
{ src: "/snow/snowfall.jquery.min.js" },
{
innerHTML:
"$(document).ready(function(){$(document).snowfall({flakeCount:100});});",
},
],
},
},

Expand Down
1 change: 1 addition & 0 deletions public/snow/snowfall.jquery.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4c6d2b

Please sign in to comment.