Skip to content

Commit

Permalink
docs(plugins): twind link example renderAsync (denoland#2625)
Browse files Browse the repository at this point in the history
Provide by navigating intended link from main branch to twind-ssr.

---------

Co-authored-by: Marvin Hagemeister <[email protected]>
  • Loading branch information
guspan-tanadi and marvinhagemeister authored Aug 22, 2024
1 parent de0b4d2 commit 25d8446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/latest/concepts/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ the state defined in the `scripts` entry. The state can be any arbitrary JSON
serializable JavaScript value.

For an example of a plugin that uses the `render` hook, see the first-party
[Twind plugin](https://github.com/denoland/fresh/blob/main/plugins/twind.ts).
[Twind plugin](https://github.com/denoland/fresh/blob/1.x/plugins/twind.ts).

### Hook: `renderAsync`

Expand Down

0 comments on commit 25d8446

Please sign in to comment.