ode_to_snack/next.config.js
2024-07-05 16:06:02 +00:00

9 lines
238 B
JavaScript

const { createVanillaExtractPlugin } = require('@vanilla-extract/next-plugin')
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
distDir: 'out/',
}
module.exports = createVanillaExtractPlugin(nextConfig)