motto/next.config.mjs

9 lines
242 B
JavaScript
Raw Normal View History

2024-09-16 19:44:19 +00:00
import { createVanillaExtractPlugin } from '@vanilla-extract/next-plugin'
/** @type {import('next').NextConfig} */
const nextConfig = {}
const withVanillaExtract = createVanillaExtractPlugin()
export default withVanillaExtract(nextConfig)