move to new website, wiped history

This commit is contained in:
DecDuck
2025-09-05 13:22:28 +10:00
commit fdc2bbe25e
107 changed files with 11752 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { withContentCollections } from '@content-collections/next'
/** @type {import('next').NextConfig} */
const nextConfig = { reactStrictMode: true, output: 'export' }
export default withContentCollections(nextConfig)