ssg
ssg copied to clipboard
The official Statamic Static Site Generator
Hi all, I'm working on a website with multiple editors, aiming for high scalability. We're using Statamic along with this package to generate the static site and serve it via...
According to the [docs](https://statamic.dev/multi-site#views) multisite, "If a requested view exists in a subdirectory with the same name as your site handle, it will load it instead." This works great **but...
SSG doesn't seem to be able to find a template when using `template: '@blueprint'` using multisite (note: this could also be a problem without using multisite—I haven't tested). Switching to...
I have some translated keywords in Laravel Lang files, but when I used `ssg:generate` after updating to v3 then it randomly generates from other languages... This happens even when I...
### Bug description We have a multi-site where the URLs are sometimes generated incorrectly. This can result in a URI redirecting to the wrong site language, for example, you're on...
Reimplement #154. Content gathering could take a long time for large Statamic sites. This commit makes these calls concurrent if `spatie/fork` is available. In this implementation, URLs will no longer...
### Bug description Possibly related to #170. We have a multi-site where the entries fieldtype is sometimes returning null, instead of the linked entry. ### How to reproduce 1. Add...
Fixes #171 and #170 It may happen that cached values of a request with Blink are used in further requests, which are handled on the same php process, leading to...
The latest version of amazon-linux-extras available in Vercel contains PHP 8.2.
Followed all steps detailed in README.md The generated static content references: build/assets/* ...for css and js files, but this folder does not exist. css and js files do exist in:...