-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multisite view overrides not working with statmic ssg #128
Comments
This issue might belong better on the |
This and #127 are the for the same issue.
|
Closing in favour of #127 |
Bug description
It looks like there is an issue with generating multisite pages with the SSG package, when trying to use view overrides for particular sites/pages.
The below PR's might be related as those appeared to have removed the viewPath's in favour of moving it into a middleware and solving a SSG performance issue.
statamic/cms#7030
#120
How to reproduce
resources/views/<site1>/home.antlers.html
andresources/views/<site2>/home.antlers.html
filesphp artisan view:clear
site1
andsite2
will use the override ofsite1
site1
andsite2
will fallback toresources/views/home.antlers.html
instead of the site overrideLogs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Antlers Parser
regex (default)
Additional details
No response
The text was updated successfully, but these errors were encountered: