Skip to content

Commit 295ccb7

Browse files
author
Paulo Rezende
committed
Add import for script and style for vendor
1 parent f254fa4 commit 295ccb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54="
1414
crossorigin="anonymous" />
15+
<link rel="stylesheet" href="public/vendor.bundle.css">
1516
<link rel="stylesheet" href="public/app.bundle.css">
1617
</head>
1718

@@ -83,6 +84,7 @@ <h2>Features</h2>
8384
</section>
8485
</main>
8586

87+
<script src="public/vendor.bundle.js"></script>
8688
<script src="public/app.bundle.js"></script>
8789
</body>
8890

0 commit comments

Comments
 (0)