Add LICENSE and GitHub Actions build to GitHub Pages

This commit is contained in:
Sean O'Connor
2026-02-03 17:56:34 -05:00
parent 01165d2555
commit b81319c6b2
8 changed files with 780 additions and 13 deletions

View File

@@ -5,6 +5,8 @@
import "./src/env.js";
/** @type {import("next").NextConfig} */
const config = {};
const config = {
output: "export",
};
export default config;