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 0a6dbf8 commit 71af44eCopy full SHA for 71af44e
examples/official-site/your-first-sql-website/index.sql
@@ -1,3 +1,6 @@
1
+select 'http_header' as component,
2
+ 'public, max-age=300, stale-while-revalidate=3600, stale-if-error=86400' as "Cache-Control";
3
+
4
select 'shell' as component,
5
'Your SQL Website' as title,
6
'database' as icon,
0 commit comments