diff --git a/entrypoints.json b/entrypoints.json index 04bcf0a..3cf0b9d 100644 --- a/entrypoints.json +++ b/entrypoints.json @@ -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" ] } } diff --git a/index.html b/index.html index a17d3e1..e7768b7 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - +
diff --git a/manifest.json b/manifest.json index 1b6775c..31d0542 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } \ No newline at end of file