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