Skip to content

Does this static site generation copy over public files like favicon, manifest.json etc? #82

Discussion options

You must be logged in to vote

I'd recommend adding the files you wish to copy into the copy array inside the SSG config (config/statamic/ssg.php):

'copy' => [
        public_path('favicon.ico') => '',
        public_path('manifest.json') => '',
       // ...
],

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MeikyuuTrader
Comment options

@duncanmcclean
Comment options

Answer selected by jasonvarga
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