Files
walden-tech-screen/next.config.mjs
mifi 7119957c9e Initial commit
Load this up somewhere where I can setup CI/CD
2024-01-24 13:05:19 -05:00

6 lines
93 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;