owl-stream/next.config.js

7 lines
129 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
};
module.exports = nextConfig;