Deploy to apache server

I am building a site for a private client and they have an ISP with an apache server that will server static files. How do I deploy my frontify site to this apache server space and run it?

After doing I build I can see the server.js file has been generated, but the ISP space will look for an index.html file and run the site off that

Hi @web

Welcome to the community!

Frontity requires a Node.js server to work. Here you have a detailed explanation of the architecture required for a Frontity project → https://docs.frontity.org/architecture

Unfortunately an Apache server serving static files cannot be used to serve a Frontity project