Trying to get db schema

This commit is contained in:
2025-05-13 16:06:39 -05:00
parent a542098717
commit 68ba7cc41f
12 changed files with 226 additions and 20 deletions

View File

@ -5,6 +5,15 @@
import './src/env.js';
/** @type {import("next").NextConfig} */
const config = {};
const config = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: '*.gbrown.org',
},
],
},
};
export default config;