Skip to content

Commit

Permalink
Merge pull request #56 from SpeciesFileGroup/ssr
Browse files Browse the repository at this point in the history
Server side rendering
  • Loading branch information
José Luis Pereira authored and GitHub committed Apr 20, 2023
2 parents c0bd622 + 39f50a8 commit b88b82c
Show file tree
Hide file tree
Showing 25 changed files with 1,761 additions and 125 deletions.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title><%- project_name %></title>
<!--preload-links-->
<!--app-state-->
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script
type="module"
src="/src/entry-client.js"
></script>
</body>
</html>
Loading

0 comments on commit b88b82c

Please sign in to comment.