Skip to content

Commit 71af44e

Browse files
committed
cache the "get started" tutorial
1 parent 0a6dbf8 commit 71af44e

File tree

1 file changed

+3
-0
lines changed
  • examples/official-site/your-first-sql-website

1 file changed

+3
-0
lines changed

examples/official-site/your-first-sql-website/index.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
select 'shell' as component,
25
'Your SQL Website' as title,
36
'database' as icon,

0 commit comments

Comments
 (0)