deno.land / x / fresh@1.1.1 / tests / fixture / routes / assetsCaching / index.tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import Test from "../../islands/Test.tsx";
export default function Home() { return ( <div> <div style={{ marginTop: 20 }}>img-with-hashing</div> <img id="img-with-hashing" src="/image.png" height={130} />
<div style={{ marginTop: 20 }}>img-without-hashing</div> <img id="img-without-hashing" src="/image.png" data-fresh-disable-lock height={130} />
<Test message="In island" />
<div style={{ marginTop: 20 }}>img-external</div> <img id="img-missing" src="https://fresh.deno.dev/favicon.ico" height={130} /> </div> );}
fresh

Version Info

Tagged at
2 years ago