i may have figured it out: since i'm using nextjs, i'll use deploy-to-neocities to export the react website to static HTML files with npm run build, then target the /out folder to be deployed to neocities! only problem now is that Image (next/Image) elements aren't being rendered.