Skip to content

Commit e8d0eda

Browse files
committed
Update docs assets and bundle filenames
Refresh generated docs assets and update references: index JS asset renamed (index-DBsC3lO3.js) and new CSS (index-UsaClGb5.css) added while the old CSS was removed. Updated docs/index.html and docs/404.html to reference the new hashed files. Also includes a rebuilt bundle with minor CodeBlock layout/class adjustments and related changes in packages/home (CodeBlock.tsx and Home.tsx) — looks like styling/markup tweaks and a docs rebuild for cache-busting.
1 parent b09a068 commit e8d0eda

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
document.documentElement.classList.toggle('dark', theme === 'dark')
7373
} catch {}
7474
</script>
75-
<script type="module" crossorigin src="/assets/index-zuRJVAUI.js"></script>
76-
<link rel="stylesheet" crossorigin href="/assets/index-Dpk8jMPY.css">
75+
<script type="module" crossorigin src="/assets/index-DBsC3lO3.js"></script>
76+
<link rel="stylesheet" crossorigin href="/assets/index-UsaClGb5.css">
7777
</head>
7878
<body>
7979
<div id="app"></div>
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-Dpk8jMPY.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/index-UsaClGb5.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
document.documentElement.classList.toggle('dark', theme === 'dark')
7373
} catch {}
7474
</script>
75-
<script type="module" crossorigin src="/assets/index-zuRJVAUI.js"></script>
76-
<link rel="stylesheet" crossorigin href="/assets/index-Dpk8jMPY.css">
75+
<script type="module" crossorigin src="/assets/index-DBsC3lO3.js"></script>
76+
<link rel="stylesheet" crossorigin href="/assets/index-UsaClGb5.css">
7777
</head>
7878
<body>
7979
<div id="app"></div>

0 commit comments

Comments
 (0)