Skip to content

Commit 4dab457

Browse files
committed
Update dependencies
1 parent be9eaa1 commit 4dab457

4 files changed

Lines changed: 3915 additions & 2817 deletions

File tree

astro.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ const generateIdsPlugin: PluginOption = {
272272

273273
const data = {};
274274

275-
// @ts-expect-error
276275
walk(this.parse(code), {
277276
enter(node, parent) {
278277
if (
@@ -309,7 +308,8 @@ const generateIdsPlugin: PluginOption = {
309308
export default <AstroUserConfig>{
310309
site: "https://mce.codes",
311310
scopedStyleStrategy: "class",
312-
experimental: { assets: true },
313-
integrations: [optimizeImagesIntegration, compress({ img: false })],
311+
compressHTML: false,
312+
integrations: [optimizeImagesIntegration, compress({ Image: false })],
313+
server: { host: true, port: 6001 },
314314
vite: { css: { preprocessorOptions: { scss } }, plugins: [generateIdsPlugin] }
315315
};

0 commit comments

Comments
 (0)