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 f317eea
Show file tree
Hide file tree
Showing 2 changed files with 2 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
1 change: 1 addition & 0 deletions public/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.__config__ = {};

0 comments on commit f317eea

Please sign in to comment.