SvelteKit SSG, GSAP MorphSVGPlugin and Vercel #3059
Unanswered
joshuavachon25
asked this question in
Q&A
Replies: 1 comment
-
Try updating your output directory to build. You can do this in your Vercel dashboard. Click into your project and then select settings at the top of the page, toggle override on for output directory and type in 'build' then redeploy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I'm trying to implement GSAP MorphSVGPlugin into a SvelteKit SSG app, but I get this error when I try to push my repo to Vercel... I use the static adapter instead of vercel adapter, but that's what I need to do so it can be static, right?
I use GSAP in a component:
Can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions