This commit is contained in:
CI 2023-01-30 10:22:24 +00:00
parent 9499ce1df6
commit fbfe3caec7
3 changed files with 8 additions and 8 deletions

View file

@ -2,11 +2,11 @@
"entrypoints": {
"app": {
"js": [
"/runtime.b8583125.js",
"/app.137a699b.js"
"/og-image/runtime.b8583125.js",
"/og-image/app.137a699b.js"
],
"css": [
"/app.345d12ae.css"
"/og-image/app.345d12ae.css"
]
}
}

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title></title>
<script defer src="/runtime.b8583125.js"></script><script defer src="/app.137a699b.js"></script><link href="/app.345d12ae.css" rel="stylesheet"></head>
<script defer src="/og-image/runtime.b8583125.js"></script><script defer src="/og-image/app.137a699b.js"></script><link href="/og-image/app.345d12ae.css" rel="stylesheet"></head>
<body class="mx-auto p-4 lg:p-10">
<div id="app" class="bg-grey"></div>
</body>

View file

@ -1,6 +1,6 @@
{
"app.css": "/app.345d12ae.css",
"app.js": "/app.137a699b.js",
"runtime.js": "/runtime.b8583125.js",
"index.html": "/index.html"
"og-image/app.css": "/og-image/app.345d12ae.css",
"og-image/app.js": "/og-image/app.137a699b.js",
"og-image/runtime.js": "/og-image/runtime.b8583125.js",
"og-image/index.html": "/og-image/index.html"
}