redirecter for ao3 that adds opengraph metadata
1/** @type {import('next').NextConfig} */ 2const nextConfig = { 3 /* config options here */ 4}; 5 6export default nextConfig;