All checks were successful
Deploy Production / Deploy to Production (push) Successful in 26s
- toPages()->first() instead of toPage() (pages field stores YAML array) - Force read from default language content to avoid empty rules on FR requests - Add error.php template so Kirby uses the error controller (without it, Kirby fell back to default template and ignored site/controllers/error.php) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
83 B
PHP
3 lines
83 B
PHP
<?php snippet('header') ?>
|
|
<div id="ssr-content"></div>
|
|
<?php snippet('footer') ?>
|