Skip to content

Commit 61b42ef

Browse files
committed
chore: Update comment
1 parent da9e27c commit 61b42ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wxt/src/core/builders/vite/plugins/__tests__/devHtmlPrerender.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('Dev HTML Prerender Plugin', () => {
2020
['~local/style.css', 'http://localhost:5173/style.css'],
2121
['~absolute/style.css', 'http://localhost:5173/assets/style.css'],
2222
['~file', 'http://localhost:5173/example.css'],
23-
// Absolute paths are loaded with the `/@fs/` base path
23+
// Paths outside the project root are loaded with the `/@fs/` base path
2424
[
2525
'~outside/test.css',
2626
`http://localhost:5173/@fs${

0 commit comments

Comments
 (0)