Previewing Error

Hi guys,

I am new to Netlify. I have developed a WordPress plugin, but it is not previewing after deployment. Here is the link https://687d7134503237b9fee9eeb9--sweet-lily-597afe.netlify.app/

please help!!

@IbtesamGul I’m not sure what you mean by “WordPress plugin” since Netlify has very ltitle to do with WordPress and you cannot host runtime PHP on Netlify.

The site that you have linked to is simply failing to load its assets:

Double check what files you’re deploying.
You can see what you did deploy on Netlify with the Deploy File Browser.

If you have a 'Build Command’ make sure you try running it locally.
Then check what files it puts into the folder you are using as your ‘Publish Directory’.
Netlify only deploys the files in your ‘Publish Directory’.
See: Build Configuration