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

@@ -1,5 +1,7 @@
import { ImageResponse } from 'next/og';
export const dynamic = 'force-static';
export const size = {
width: 180,
height: 180,

View File

@@ -49,6 +49,11 @@ export default function RootLayout({
disableTransitionOnChange
>
{children}
<div className="pointer-events-none fixed bottom-0 left-0 right-0 z-50 flex justify-end p-4">
<div className="pointer-events-auto rounded-xl border border-white/20 bg-black/20 px-4 py-2 text-xs text-white/80 shadow-lg backdrop-blur-md transition-opacity hover:opacity-100">
© 2026 Sean O'Connor. All Rights Reserved.
</div>
</div>
</ThemeProvider>
</body>
</html>

View File

@@ -1,5 +1,7 @@
import { type MetadataRoute } from 'next';
export const dynamic = 'force-static';
export default function manifest(): MetadataRoute.Manifest {
return {
name: 'Lewisburg Coffee Map',