mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 23:56:32 -05:00
Add LICENSE and GitHub Actions build to GitHub Pages
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { ImageResponse } from 'next/og';
|
||||
|
||||
export const dynamic = 'force-static';
|
||||
|
||||
export const size = {
|
||||
width: 180,
|
||||
height: 180,
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user