mirror of
https://github.com/dergigi/boris.git
synced 2025-12-27 19:44:40 +01:00
- Define APP_DATA_KIND constant inline (30078 for NIP-78) - Implement getAppDataContent helper inline to parse JSON - Import AppDataBlueprint from 'applesauce-factory/blueprints' main export - Fixes Vercel build errors with deep package imports
16 lines
471 B
HTML
16 lines
471 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Boris - Nostr Bookmarks</title>
|
|
<script type="module" crossorigin src="/assets/index-B2pQs-Td.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-Bqz-n1DY.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|
|
|