Skip to content

Commit 7febfa4

Browse files
authored
Merge pull request #6 from hexlet-components/unload-resources
add unload resources
2 parents dc8ef88 + f85a6c6 commit 7febfa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27+
<link rel="stylesheet" href="https://site/static/css/random.css">
28+
<link rel="stylesheet" href="https://site/static/js/author.js" />
2729
<title>Hexlet Store</title>
2830
</head>
2931
<body>

0 commit comments

Comments
 (0)