useLightningcssExperimentelle Unterstützung für Lightning CSS, einen schnellen CSS-Bundler und Minimierer, geschrieben in Rust. next.config.tsimport type { NextConfig } from 'next' const nextConfig: NextConfig = { experimental: { useLightningcss: true, }, } export default nextConfig next.config.js/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { useLightningcss: true, }, } module.exports = nextConfigPreviousurlImportsNextwebVitalsAttribution