Skip to content

Commit

Permalink
README & site updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedodd committed Apr 13, 2021
1 parent 7c37574 commit 898e96f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ Trunk uses a source HTML file to drive all asset building and bundling. Trunk al
<head>
<link data-trunk rel="scss" href="path/to/index.scss"/>
</head>
<body>
<div id="app"></div>
</body>
</html>
```

Expand All @@ -83,7 +80,6 @@ Trunk uses a source HTML file to drive all asset building and bundling. Trunk al
<link rel="modulepreload" href="/index-7eeee8fa37b7636a.js">
</head>
<body>
<div id="app"></div>
<script type="module">
import init from '/index-7eeee8fa37b7636a.js';
init('/index-7eeee8fa37b7636a_bg.wasm');
Expand Down
12 changes: 8 additions & 4 deletions site/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,16 @@ Trunk uses a source HTML file to drive all asset building and bundling. Trunk al
```html
<html>
<head>
<link rel="stylesheet" href="/index.700471f89cef12e4.css">
<link rel="stylesheet" href="/index-c920ca43256fdcb9.css">
<link rel="preload" href="/index-7eeee8fa37b7636a_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/index-7eeee8fa37b7636a.js">
</head>
<body>
<script type="module">
import init from '/index-719b4e04e016028b.js';
init('/index-719b4e04e016028b_bg.wasm');
import init from '/index-7eeee8fa37b7636a.js';
init('/index-7eeee8fa37b7636a_bg.wasm');
</script>
</head>
</body>
</html>
```

Expand Down

0 comments on commit 898e96f

Please sign in to comment.