init with dummy posts

This commit is contained in:
2025-03-18 15:07:45 -05:00
commit 5ec7b398d1
42 changed files with 9902 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
}
module.exports = nextConfig