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 246242b commit e455407Copy full SHA for e455407
examples/official-site/404.sql
@@ -1,10 +1,8 @@
1
-select 'redirect' as component, '/404.sql' as link where sqlpage.path() <> '/404.sql';
2
-
3
select 'status_code' as component, 404 as status;
4
select 'http_header' as component, 'no-store, max-age=0' as "Cache-Control";
5
select 'dynamic' as component, properties FROM example WHERE component = 'shell' LIMIT 1;
6
7
select 'hero' as component,
8
'Not Found' as title,
9
'Sorry, we couldn''t find the page you were looking for.' as description_md,
10
- '/your-first-sql-website/not_found.jpg' as image;
+ '/your-first-sql-website/not_found.jpg' as image;
0 commit comments