Skip to content

Commit 90318af

Browse files
committed
✨ update home example
1 parent e026af3 commit 90318af

File tree

152 files changed

+1053
-879
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+1053
-879
lines changed

docs/404.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
<link rel="shortcut icon" href="/favicon-96x96.png" type="image/png">
1717
<link rel="icon" href="/favicon-96x96.png" type="image/png">
18-
<link rel="manifest" href="/manifest-38d4097ba93f9c9dfb68420ddc8faeba.json" integrity="sha512-dZgijzedfi73kz1kWm59C1cCtmMc4h1r1cC/8LGrn8niVN5QOpk6VM3id275XMzw8LrPIohK8bk3c6V070nTMQ==">
18+
<link rel="manifest" href="/manifest-01e17c209852524520ececafdeaa1dd4.json" integrity="sha512-dZgijzedfi73kz1kWm59C1cCtmMc4h1r1cC/8LGrn8niVN5QOpk6VM3id275XMzw8LrPIohK8bk3c6V070nTMQ==">
1919
<meta name="mobile-web-app-capable" content="yes">
2020
<meta name="apple-mobile-web-app-capable" content="yes">
2121
<meta name="application-name" content="Nullstack">
2222
<meta name="apple-mobile-web-app-title" content="Nullstack">
2323

2424
<meta name="msapplication-starturl" content="/">
2525
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
26-
<link rel="stylesheet" href="/client-38d4097ba93f9c9dfb68420ddc8faeba.css" integrity="sha512-9g7vgmGiINX3eZC51OVRGZT0yAvRcV2KHRgd3Ki5SH80XMZ3bspmeuk2cLpbrprcYgGnb/EGA6nXFBbBY3Fziw==" crossorigin="anonymous">
26+
<link rel="stylesheet" href="/client-01e17c209852524520ececafdeaa1dd4.css" integrity="sha512-9g7vgmGiINX3eZC51OVRGZT0yAvRcV2KHRgd3Ki5SH80XMZ3bspmeuk2cLpbrprcYgGnb/EGA6nXFBbBY3Fziw==" crossorigin="anonymous">
2727

2828
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180x180.png">
2929
<meta name="msapplication-TileColor" content="#2d3748">
@@ -36,16 +36,16 @@
3636
<script async>
3737
window.page = {"image":"/image-1200x630.png","status":404,"title":"Page Not Found - Nullstack","description":"Sorry, this is not the page you are looking for."};
3838
window.instances = {"application":{},"n-0-0-0":{"expanded":false,"locale":"en-US","i18n":{"home":{"title":"Nullstack","href":"/"},"links":[{"title":"Documentation","href":"/documentation"},{"title":"Components","href":"/components"},{"title":"Contributors","href":"/contributors"},{"title":"Source","href":"https://github.com/nullstack/nullstack","target":"_blank"},{"title":"Português","href":"/pt-br"}],"action":{"title":"Get Started","href":"/getting-started"},"mode":{"dark":"Night Mode","light":"Day Mode"}}},"n-0-0-0-0-0-0-1-0":{},"n-0-0-12":{"title":"Page Not Found","html":"<p>Perhaps you want to learn about <a href=\"/context-page\">how to make a 404 page with Nullstack</a>?</p>\n<p>If you are looking for something else, you should <a href=\"/documentation\">read the documentation</a>.</p>\n","description":"Sorry, this is not the page you are looking for.","status":404},"n-0-0-13":{},"n-0-0-15":{},"n-0-0-16":{"locale":"en-US","i18n":{"nullachan":{"alt":"Nulla-Chan","title":"Nulla-Chan: Nullstack's official waifu"},"links":[{"title":"YouTube","href":"https://www.youtube.com/channel/UCUNPaxoppH3lu6JTrUX78Ww"},{"title":"Twitter","href":"https://twitter.com/nullstackapp"},{"title":"GitHub","href":"https://github.com/nullstack"}]}}};
39-
window.environment = {"client":false,"server":true,"development":false,"production":true,"static":true,"key":"38d4097ba93f9c9dfb68420ddc8faeba"};
39+
window.environment = {"client":false,"server":true,"development":false,"production":true,"static":true,"key":"01e17c209852524520ececafdeaa1dd4"};
4040
window.settings = {};
4141
window.worker = {"enabled":true,"fetching":false,"preload":["/404","/about","/application-startup","/context-data","/context-environment","/context-page","/context-project","/context-secrets","/context-settings","/context","/full-stack-lifecycle","/getting-started","/how-to-deploy-a-nullstack-application","/how-to-use-facebook-pixel-with-nullstack","/how-to-use-google-analytics-with-nullstack","/how-to-use-mongodb-with-nullstack","/instance-self","/njs-file-extension","/renderable-components","/routes-and-params","/server-functions","/server-request-and-response","/server-side-rendering","/service-worker","/stateful-components","/static-site-generation","/styles","/two-way-bindings","/documentation","/components","/about","/contributors","/roboto-v20-latin-300.woff2","/roboto-v20-latin-500.woff2","/crete-round-v9-latin-regular.woff2","/nullachan.png"],"headers":{},"queues":{},"online":true,"responsive":true};
4242
window.params = {"slug":"404"};
4343
window.project = {"type":"website","display":"standalone","orientation":"portrait","scope":"/","root":"/","favicon":"/favicon-96x96.png","icons":{"72":"/icon-72x72.png","96":"/icon-96x96.png","128":"/icon-128x128.png","144":"/icon-144x144.png","152":"/icon-152x152.png","180":"/icon-180x180.png","192":"/icon-192x192.png","384":"/icon-384x384.png","512":"/icon-512x512.png"},"disallow":[],"sitemap":true,"cdn":"","protocol":"https","name":"Nullstack","domain":"nullstack.app","color":"#d22365","backgroundColor":"#2d3748"};
4444
window.context = {"mode":"light","oppositeMode":"dark"};
4545
document.addEventListener('DOMContentLoaded', () => {
4646
const script = window.document.createElement('script');
47-
script.src = '/client-38d4097ba93f9c9dfb68420ddc8faeba.js';
48-
script.integrity = 'sha512-cNDwCYOs94Uue2zig0ujZs1QeTg2UneLGzlc6ZzmniIZwUx5a6Dt7iVIHuBNvpq9CITDhSsXQIAWXNG1oYMIDA==';
47+
script.src = '/client-01e17c209852524520ececafdeaa1dd4.js';
48+
script.integrity = 'sha512-0uTc8acdgpOj0RrKj5FnYwXRpLXfqL4nWm0UipWJa7V9rarS5OyTT9S0p5UfMcWCCauR+1Jr68bzB5jKk/CKEA==';
4949
script.crossOrigin = 'anonymous';
5050
document.body.append(script);
5151
});

docs/404/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
<link rel="shortcut icon" href="/favicon-96x96.png" type="image/png">
1717
<link rel="icon" href="/favicon-96x96.png" type="image/png">
18-
<link rel="manifest" href="/manifest-38d4097ba93f9c9dfb68420ddc8faeba.json" integrity="sha512-dZgijzedfi73kz1kWm59C1cCtmMc4h1r1cC/8LGrn8niVN5QOpk6VM3id275XMzw8LrPIohK8bk3c6V070nTMQ==">
18+
<link rel="manifest" href="/manifest-01e17c209852524520ececafdeaa1dd4.json" integrity="sha512-dZgijzedfi73kz1kWm59C1cCtmMc4h1r1cC/8LGrn8niVN5QOpk6VM3id275XMzw8LrPIohK8bk3c6V070nTMQ==">
1919
<meta name="mobile-web-app-capable" content="yes">
2020
<meta name="apple-mobile-web-app-capable" content="yes">
2121
<meta name="application-name" content="Nullstack">
2222
<meta name="apple-mobile-web-app-title" content="Nullstack">
2323

2424
<meta name="msapplication-starturl" content="/">
2525
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
26-
<link rel="stylesheet" href="/client-38d4097ba93f9c9dfb68420ddc8faeba.css" integrity="sha512-9g7vgmGiINX3eZC51OVRGZT0yAvRcV2KHRgd3Ki5SH80XMZ3bspmeuk2cLpbrprcYgGnb/EGA6nXFBbBY3Fziw==" crossorigin="anonymous">
26+
<link rel="stylesheet" href="/client-01e17c209852524520ececafdeaa1dd4.css" integrity="sha512-9g7vgmGiINX3eZC51OVRGZT0yAvRcV2KHRgd3Ki5SH80XMZ3bspmeuk2cLpbrprcYgGnb/EGA6nXFBbBY3Fziw==" crossorigin="anonymous">
2727

2828
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180x180.png">
2929
<meta name="msapplication-TileColor" content="#2d3748">
@@ -36,16 +36,16 @@
3636
<script async>
3737
window.page = {"image":"/image-1200x630.png","status":404,"title":"Page Not Found - Nullstack","description":"Sorry, this is not the page you are looking for."};
3838
window.instances = {"application":{},"n-0-0-0":{"expanded":false,"locale":"en-US","i18n":{"home":{"title":"Nullstack","href":"/"},"links":[{"title":"Documentation","href":"/documentation"},{"title":"Components","href":"/components"},{"title":"Contributors","href":"/contributors"},{"title":"Source","href":"https://github.com/nullstack/nullstack","target":"_blank"},{"title":"Português","href":"/pt-br"}],"action":{"title":"Get Started","href":"/getting-started"},"mode":{"dark":"Night Mode","light":"Day Mode"}}},"n-0-0-0-0-0-0-1-0":{},"n-0-0-12":{"title":"Page Not Found","html":"<p>Perhaps you want to learn about <a href=\"/context-page\">how to make a 404 page with Nullstack</a>?</p>\n<p>If you are looking for something else, you should <a href=\"/documentation\">read the documentation</a>.</p>\n","description":"Sorry, this is not the page you are looking for.","status":404},"n-0-0-13":{},"n-0-0-15":{},"n-0-0-16":{"locale":"en-US","i18n":{"nullachan":{"alt":"Nulla-Chan","title":"Nulla-Chan: Nullstack's official waifu"},"links":[{"title":"YouTube","href":"https://www.youtube.com/channel/UCUNPaxoppH3lu6JTrUX78Ww"},{"title":"Twitter","href":"https://twitter.com/nullstackapp"},{"title":"GitHub","href":"https://github.com/nullstack"}]}}};
39-
window.environment = {"client":false,"server":true,"development":false,"production":true,"static":true,"key":"38d4097ba93f9c9dfb68420ddc8faeba"};
39+
window.environment = {"client":false,"server":true,"development":false,"production":true,"static":true,"key":"01e17c209852524520ececafdeaa1dd4"};
4040
window.settings = {};
4141
window.worker = {"enabled":true,"fetching":false,"preload":["/404","/about","/application-startup","/context-data","/context-environment","/context-page","/context-project","/context-secrets","/context-settings","/context","/full-stack-lifecycle","/getting-started","/how-to-deploy-a-nullstack-application","/how-to-use-facebook-pixel-with-nullstack","/how-to-use-google-analytics-with-nullstack","/how-to-use-mongodb-with-nullstack","/instance-self","/njs-file-extension","/renderable-components","/routes-and-params","/server-functions","/server-request-and-response","/server-side-rendering","/service-worker","/stateful-components","/static-site-generation","/styles","/two-way-bindings","/documentation","/components","/about","/contributors","/roboto-v20-latin-300.woff2","/roboto-v20-latin-500.woff2","/crete-round-v9-latin-regular.woff2","/nullachan.png"],"headers":{},"queues":{},"online":true,"responsive":true};
4242
window.params = {"slug":"404"};
4343
window.project = {"type":"website","display":"standalone","orientation":"portrait","scope":"/","root":"/","favicon":"/favicon-96x96.png","icons":{"72":"/icon-72x72.png","96":"/icon-96x96.png","128":"/icon-128x128.png","144":"/icon-144x144.png","152":"/icon-152x152.png","180":"/icon-180x180.png","192":"/icon-192x192.png","384":"/icon-384x384.png","512":"/icon-512x512.png"},"disallow":[],"sitemap":true,"cdn":"","protocol":"https","name":"Nullstack","domain":"nullstack.app","color":"#d22365","backgroundColor":"#2d3748"};
4444
window.context = {"mode":"light","oppositeMode":"dark"};
4545
document.addEventListener('DOMContentLoaded', () => {
4646
const script = window.document.createElement('script');
47-
script.src = '/client-38d4097ba93f9c9dfb68420ddc8faeba.js';
48-
script.integrity = 'sha512-cNDwCYOs94Uue2zig0ujZs1QeTg2UneLGzlc6ZzmniIZwUx5a6Dt7iVIHuBNvpq9CITDhSsXQIAWXNG1oYMIDA==';
47+
script.src = '/client-01e17c209852524520ececafdeaa1dd4.js';
48+
script.integrity = 'sha512-0uTc8acdgpOj0RrKj5FnYwXRpLXfqL4nWm0UipWJa7V9rarS5OyTT9S0p5UfMcWCCauR+1Jr68bzB5jKk/CKEA==';
4949
script.crossOrigin = 'anonymous';
5050
document.body.append(script);
5151
});

0 commit comments

Comments
 (0)