next-url-shortener/next.config.js
2024-02-15 13:23:35 -08:00

4 lines
92 B
JavaScript

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