INIT: Seeded Master Identity Node, generated React UI, and configured CI/CD for GitHub Pages

This commit is contained in:
codex
2026-06-03 04:45:00 +00:00
parent 8ea88c41ed
commit 5b1422ce23
4 changed files with 228 additions and 57 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
output: 'export',
images: {
unoptimized: true,
},
};
export default nextConfig;