Only the script apears and the site images and buttons dont

i dunno too

i dunno

https://xspectre-racing--delta.vercel.app

screenshot

Hi Max, can you show how you set up your project? It looks like it’s serving your build directory as a static file rather than running the site properly. In particular it’s Project -> Settings -> Build and Deployment that should be in charge of this

1 Like

Thanks max!

Since the framework preset is set to Vite, it’s expecting you to have uploaded a set of static files it can serve, but instead your site is an express app which needs to run as a server.

You can use this guide for deploying express to Vercel, which should help you configure it correctly

1 Like

This post might also be helpful

1 Like