Skip to content

Commit

Permalink
Let's push and see
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 10, 2023
1 parent bbd3fae commit ad84ca1
Show file tree
Hide file tree
Showing 8 changed files with 4,601 additions and 9,835 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ _coverage
coverage.json

# Website artifacts
website/build
dist
7 changes: 3 additions & 4 deletions website/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>query-json playground</title>
<title><%- title %></title>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;800&display=swap" rel="stylesheet">
<script async src="https://cdn.splitbee.io/sb.js"></script>
<script type="module" src="/_build/default/website/Website.bc.js"></script>

<style type="text/css">
* {
Expand All @@ -25,7 +26,5 @@
}
</style>
</head>
<body>
<div id="root"></div>
</body>
<body></body>
</html>
Loading

0 comments on commit ad84ca1

Please sign in to comment.