Hello :)
I have setup this plugin on both my local and staging server, but I'm running into problems when running the super_static_cache:warmup command.
$ php please super_static_cache:warmup
Warming up your static cache...
http://localhost/
http://localhost/about
http://localhost/blog
http://localhost/gallery
http://localhost/things
http://localhost/contact
[✓] The static cache has been generated!
I then go to the site root and can't find any files, could it be related to it looking for 'http://localhost/gallery' when that isn't the site URL? If so, how can I update this?
Thanks, Harry.