Skip to content

Commit e7dbf87

Browse files
πŸš€ Auto-build: Update docs from latest changes
1 parent dc2783a commit e7dbf87

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class ImmutableDataStore {
9898
*/
9999
static async fromModule() {
100100
try {
101-
const data = await import('./_astro_data-layer-content.B-vDHtz9.js');
101+
const data = await import('./_astro_data-layer-content.J8Uq67vm.js');
102102
if (data.default instanceof Map) {
103103
return ImmutableDataStore.fromMap(data.default);
104104
}
@@ -257,7 +257,7 @@ const CONTENT_LAYER_IMAGE_REGEX = /__ASTRO_IMAGE_="([^"]+)"/g;
257257
async function updateImageReferencesInBody(html, fileName) {
258258
const { default: imageAssetMap } = await import('./content-assets.DleWbedO.js');
259259
const imageObjects = /* @__PURE__ */ new Map();
260-
const { getImage } = await import('./_astro_assets.BSehAvXf.js').then(n => n._);
260+
const { getImage } = await import('./_astro_assets.C-kJt3dl.js').then(n => n._);
261261
for (const [_full, imagePath] of html.matchAll(CONTENT_LAYER_IMAGE_REGEX)) {
262262
try {
263263
const decodedImagePath = JSON.parse(imagePath.replaceAll(""", '"'));
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { joinPaths, isRemotePath } from '@astrojs/internal-helpers/path';
22
import { A as AstroError, E as ExpectedImage, L as LocalImageUsedWrongly, M as MissingImageDimension, l as UnsupportedImageFormat, I as IncompatibleDescriptorOptions, n as UnsupportedImageConversion, t as toStyleString, o as NoImageMetadata, F as FailedToFetchRemoteImageDimensions, p as ExpectedImageOptions, q as ExpectedNotESMImage, s as InvalidImageService, c as createAstro, a as createComponent, v as ImageMissingAlt, m as maybeRenderHead, d as addAttribute, w as spreadAttributes, b as renderTemplate, x as ExperimentalFontsNotEnabled, y as FontFamilyNotFound, u as unescapeHTML } from './astro/server.K-yHHyjY.js';
3-
import { D as DEFAULT_OUTPUT_FORMAT, V as VALID_SUPPORTED_FORMATS, a as DEFAULT_HASH_PROPS } from './BaseLayout.Cr2_fE9-.js';
3+
import { D as DEFAULT_OUTPUT_FORMAT, V as VALID_SUPPORTED_FORMATS, a as DEFAULT_HASH_PROPS } from './BaseLayout.C815_OJo.js';
44
import { isRemoteAllowed } from '@astrojs/internal-helpers/remote';
55
import * as mime from 'mrmime';
66
import 'clsx';
@@ -1188,7 +1188,7 @@ async function getConfiguredImageService() {
11881188
if (!globalThis?.astroAsset?.imageService) {
11891189
const { default: service } = await import(
11901190
// @ts-expect-error
1191-
'./sharp.DKDI_RHz.js'
1191+
'./sharp.DE5JC5mp.js'
11921192
).catch((e) => {
11931193
const error = new AstroError(InvalidImageService);
11941194
error.cause = e;

docs/assets/_astro_data-layer-content.B-vDHtz9.js renamed to docs/assets/_astro_data-layer-content.J8Uq67vm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { A as AstroError, z as MissingSharp } from './astro/server.K-yHHyjY.js';
2-
import { b as baseService, p as parseQuality } from './_astro_assets.BSehAvXf.js';
2+
import { b as baseService, p as parseQuality } from './_astro_assets.C-kJt3dl.js';
33

44
let sharp;
55
const qualityTable = {

0 commit comments

Comments
Β (0)