mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
build with /strudel
This commit is contained in:
parent
174c0135ac
commit
f56d40ac8d
2
docs/dist/logo.svg.proxy.js
vendored
2
docs/dist/logo.svg.proxy.js
vendored
@ -1 +1 @@
|
||||
export default "/dist/logo.svg";
|
||||
export default "/strudel/dist/logo.svg";
|
||||
@ -2,8 +2,8 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/global.css" />
|
||||
<link rel="icon" href="/strudel/favicon.ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/strudel/global.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Strudel REPL" />
|
||||
<title>Strudel REPL</title>
|
||||
@ -11,6 +11,6 @@
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<script type="module" src="/dist/index.js"></script>
|
||||
<script type="module" src="/strudel/dist/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user