इसे छोड़कर कंटेंट पर जाएं

Configuring experimental flags

यह कंटेंट अभी तक आपकी भाषा में उपलब्ध नहीं है।

Experimental features are available only after enabling a flag in the Astro configuration file.

astro.config.mjs
import { defineConfig } from 'astro/config';
export default defineConfig({
experimental: {
// enable experimental flags
// to try out new features
},
});

Astro offers experimental flags to give users early access to new features for testing and feedback.

These flags allow you to participate in feature development by reporting issues and sharing your opinions. These features are not guaranteed to be stable and may include breaking changes even in small patch releases while the feature is actively developed.

We recommend updating Astro frequently, and keeping up with release notes in the the Astro changelog which will inform you of any changes needed to your project code. The experimental feature documentation will always be updated for the current released version only.

योगदान करें

आपके दिमाग में क्या है?

समुदाय