Skip to content

Commit ef90794

Browse files
committed
chore: make use of data-target-path in the example
1 parent 3111c62 commit ef90794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/target-path/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link data-trunk rel="scss" href="src/index.scss"/>
99
<link data-trunk rel="css" href="src/app.css" data-target-path="static"/>
10-
<link data-trunk data-no-minify rel="css" href="src/not_minified.css"/>
10+
<link data-trunk data-no-minify rel="css" href="src/not_minified.css" data-target-path="static"/>
1111
<base data-trunk-public-url/>
1212
</head>
1313
<body>
@@ -17,8 +17,8 @@
1717
<link data-trunk rel="copy-dir" href="assets" data-target-path="static"/>
1818
<link data-trunk rel="copy-file" href="more-assets/rustacean-flat-happy.svg" data-target-path="static"/>
1919

20-
<script data-trunk src="src/script.js"></script>
21-
<script data-trunk src="src/script.mjs" type="module"></script>
20+
<script data-trunk src="src/script.js" data-target-path="static"></script>
21+
<script data-trunk src="src/script.mjs" type="module" data-target-path="static"></script>
2222

2323
<table>
2424
<tr>

0 commit comments

Comments
 (0)