Skip to content

Commit

Permalink
[#51] inject config.js to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Aug 29, 2024
1 parent 90d8d53 commit 0ec5558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/>
<link rel="stylesheet" href="public/main.css" />
<link rel="stylesheet" href="public/s-forms.css" />

<script src="/config.js"></script>
<title>S-Pipes UI</title>
</head>

Expand Down
3 changes: 3 additions & 0 deletions public/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
window.__config__ = {
hello: "hello",
};

0 comments on commit 0ec5558

Please sign in to comment.