|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <meta name="robots" content="index,follow" /> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
7 | 7 | <title>Tact by example</title> |
8 | 8 | <meta name="description" content="Learn smart contract programming by example using Tact language" /> |
9 | 9 | <link rel="canonical" href="https://tact-by-example.org/" /> |
|
34 | 34 | <meta http-equiv="content-security-policy" content=""> |
35 | 35 | <link href="./_app/immutable/assets/_layout-e2caa7e1.css" rel="stylesheet"> |
36 | 36 | <link href="./_app/immutable/assets/app-643df88b.css" rel="stylesheet"> |
37 | | - <link rel="modulepreload" href="./_app/immutable/start-36dbe328.js"> |
| 37 | + <link rel="modulepreload" href="./_app/immutable/start-a148bc72.js"> |
38 | 38 | <link rel="modulepreload" href="./_app/immutable/chunks/index-1d4083c1.js"> |
39 | 39 | <link rel="modulepreload" href="./_app/immutable/chunks/singletons-644a2fdc.js"> |
40 | 40 | <link rel="modulepreload" href="./_app/immutable/chunks/index-2985fbf4.js"> |
41 | 41 | <link rel="modulepreload" href="./_app/immutable/components/layout.svelte-4be16cb6.js"> |
42 | 42 | <link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.ts-9cbb603b.js"> |
43 | 43 | <link rel="modulepreload" href="./_app/immutable/chunks/_layout-da46b06b.js"> |
44 | | - <link rel="modulepreload" href="./_app/immutable/components/pages/(examples)/_layout.svelte-d3b9d853.js"> |
| 44 | + <link rel="modulepreload" href="./_app/immutable/components/pages/(examples)/_layout.svelte-2a8b55a4.js"> |
45 | 45 | <link rel="modulepreload" href="./_app/immutable/chunks/store-457686a0.js"> |
46 | 46 | <link rel="modulepreload" href="./_app/immutable/chunks/examples-6813294a.js"> |
47 | | - <link rel="modulepreload" href="./_app/immutable/chunks/app-d007fe25.js"> |
| 47 | + <link rel="modulepreload" href="./_app/immutable/chunks/app-69717a69.js"> |
48 | 48 | <link rel="modulepreload" href="./_app/immutable/components/pages/(examples)/01-the-deployable-trait/_page.svelte-e2d3943d.js"> |
49 | 49 | <link rel="modulepreload" href="./_app/immutable/chunks/index-5faf5019.js"> |
50 | 50 | </head> |
@@ -122,13 +122,13 @@ <h2 id="a-simple-interaction">A simple interaction</h2> |
122 | 122 |
|
123 | 123 |
|
124 | 124 | <script type="module" data-sveltekit-hydrate="gic2xm"> |
125 | | - import { start } from "./_app/immutable/start-36dbe328.js"; |
| 125 | + import { start } from "./_app/immutable/start-a148bc72.js"; |
126 | 126 |
|
127 | 127 | start({ |
128 | 128 | assets: "", |
129 | 129 | env: {}, |
130 | 130 | target: document.querySelector('[data-sveltekit-hydrate="gic2xm"]').parentNode, |
131 | | - version: "1678586806940", |
| 131 | + version: "1678587897621", |
132 | 132 | hydrate: { |
133 | 133 | node_ids: [0, 2, 7], |
134 | 134 | data: [null,null,null], |
|
0 commit comments