revert: server/router/frontend/dist/index.html

This index.html probably modified after I ran pnpm command. Wonder why it's not in .gitignore...

Anyway, it's not related to this pr, so I guess I will revert it to make sure the pr is clean.
pull/5130/head
Yi-Ting Chiu 3 weeks ago
parent 32841dd004
commit 054eca7bf2
No known key found for this signature in database

@ -1,22 +1,11 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/webp" href="/logo.webp" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- memos.metadata.head -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Memos</title>
<script type="module" crossorigin src="/assets/index-D03I_urG.js"></script>
<link rel="modulepreload" crossorigin href="/assets/utils-vendor-CZ4GW7MU.js">
<link rel="modulepreload" crossorigin href="/assets/leaflet-vendor-DhA_n75-.js">
<link rel="modulepreload" crossorigin href="/assets/mermaid-vendor-Be1fRuBG.js">
<link rel="modulepreload" crossorigin href="/assets/katex-vendor-DsmCZfJr.js">
<link rel="stylesheet" crossorigin href="/assets/index-CkcxhRdR.css">
</head>
<body class="text-base w-full min-h-svh">
<div id="root" class="relative w-full min-h-full"></div>
<!-- memos.metadata.body -->
<body>
No embeddable frontend found.
</body>
</html>

Loading…
Cancel
Save