Skip to content

Deployment guide for scully #1565

Answered by SanderElias
tamirazrab asked this question in Q&A
Discussion options

You must be logged in to vote

When you did run Scully, the output is in the ./dist/static folder (unless you changed settings).

For all deployment purposes, this is now an old-fashioned static site, also known as 'Multi-Page-Application'.
That means you can copy it to the root of any static-site hosting provider. Most of them will work without further settings.

Although some newer providers now take the SPA first approach. Then you need to configure them to use an MPA instead.
Also, you might want to add 404 handling to the server. It needs to be set up so, that when the asked for the file is not found, it loads the main index.html instead (or the 404.html, which is the untouched application)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tamirazrab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants