owl-stream/next.config.js
2024-10-26 20:00:25 -04:00

7 lines
123 B
JavaScript

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