We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ce9d5 commit 7a2cc09Copy full SHA for 7a2cc09
examples/official-site/index.sql
@@ -1,4 +1,5 @@
1
select 'http_header' as component, 'public, max-age=600, stale-while-revalidate=3600, stale-if-error=86400' as "Cache-Control";
2
+select 'redirect' as component, '/' as link where sqlpage.path() <> '/';
3
4
-- Fetch the page title and header from the database
5
select 'dynamic' as component, properties FROM example WHERE component = 'shell' LIMIT 1;
0 commit comments