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