Skip to content

Commit

Permalink
fix: fix bug when loading project
Browse files Browse the repository at this point in the history
  • Loading branch information
abdalaidrous committed Jan 12, 2025
1 parent f627e7d commit 833ebe1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ export default defineNuxtConfig({
{ rel: "stylesheet", href: "/assets/css/style.css" },
],
script: [
{ src: '/assets/js/plugins.js' },
{ src: '/assets/js/isotope.pkgd.min.js' },
{ src: '/assets/js/wow.min.js' },
{ src: '/assets/js/gsap.min.js' },
{ src: '/assets/js/ScrollTrigger.min.js' },
{ src: '/assets/js/ScrollSmoother.min.js' },
{ src: '/assets/js/scripts.js', defer: true },
// Google Ads Tag
{
src: "https://www.googletagmanager.com/gtag/js?id=AW-16793981677",
Expand Down

0 comments on commit 833ebe1

Please sign in to comment.