rsnext/examples/panda-css/next.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
94 B
JavaScript
Raw Normal View History

2023-09-26 19:17:49 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig;