Skip to content

Commit

Permalink
Host preview image elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Jul 23, 2024
1 parent 59cfb22 commit 4c3cbd7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions observablehq.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@ export default {
<meta property="og:url" content="https://metatags.io/" />
<meta property="og:title" content="Is The Pool Open????" />
<meta property="og:description" content="Find an open Chicago Park District pool near you!" />
<meta property="og:image" content="preview.png" />
<meta property="og:image" content="https://i.imgur.com/XtwXGSS.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://metatags.io/" />
<meta property="twitter:title" content="Is The Pool Open????" />
<meta property="twitter:description" content="Find an open Chicago Park District pool near you!" />
<meta property="twitter:image" content="preview.png" />
<!-- Meta Tags Generated with https://metatags.io -->
<meta property="twitter:image" content="https://i.imgur.com/XtwXGSS.png" />
`,

// The path to the source root.
Expand Down
4 changes: 0 additions & 4 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ sidebar: false
</table>
</div>

```js
FileAttachment("preview.png").image();
````

```js
const turf = import("npm:@turf/helpers@7");
const turfDistance = import("npm:@turf/distance@7");
Expand Down
Binary file removed src/preview.png
Binary file not shown.

0 comments on commit 4c3cbd7

Please sign in to comment.