mitchmac / ServerlessWP

Host WordPress sites on Vercel, Netlify, or AWS Lambda
GNU General Public License v3.0
240 stars 85 forks source link

Unable to see images #53

Open Shashankphatkure opened 5 months ago

Shashankphatkure commented 5 months ago

unable to see images in wordpress in netlify and in vercel unable to add themes and plugins

kobykotiv commented 4 months ago

You need to upload (or copy) your images into the git directory. it's similar to dedicated hosting where you need to FTP your files to the wp installation. Just copy your images into the wp-content/uploads directory. if it doesn't exist, create one, add your files git commit.