-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: always add
link
tag for prefetch even when prerendering
- Loading branch information
1 parent
4320137
commit c927c2d
Showing
23 changed files
with
352 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ dist | |
!.vscode/extensions.json | ||
.DS_Store | ||
/package | ||
.vercel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
<script type="module" src="/package/breakpoint/define.ts"></script> | ||
|
||
<drab-breakpoint class="mb-4 block"> | ||
<div data-content class="card inline-block px-3 py-2 font-mono text-sm"></div> | ||
<div data-content class="card inline-block px-3 py-2 font-mono text-sm"> | ||
Loading | ||
</div> | ||
</drab-breakpoint> | ||
|
||
<drab-breakpoint breakpoint-custom="400" breakpoint-custom-2="700"> | ||
<div data-content class="card inline-block px-3 py-2 font-mono text-sm"></div> | ||
<div data-content class="card inline-block px-3 py-2 font-mono text-sm"> | ||
Loading | ||
</div> | ||
</drab-breakpoint> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.