Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ css:
- ./components/Footer.css

js:
- path: ./dist/output.js
strategy: beforeInteractive
- path: assets/heap.js
strategy: afterInteractive
- path: assets/dashboard-referral.js
Expand Down
1 change: 1 addition & 0 deletions fern/home/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ hide-feedback: true
import { AlchemyFooter } from "../components/Footer.tsx";

<div className="homepage-content">
<script src="/dist/output.js" async></script>
<div className="products">
<h2 id="build-anything-onchain" data-state="closed">Build anything onchain</h2>
<div className="my-6 grid gap-4 first:mt-0 sm:gap-6 grid-cols-1 sm:grid-cols-2">
Expand Down