Some fiddling, but also version upgrades and a new button for downloading a pdf version of the current maze.
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Manuel Friedli 2026-01-24 05:30:33 +01:00
parent 79467e29f2
commit b6359bcb5d
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
21 changed files with 2002 additions and 927 deletions

View file

@ -1,5 +1,5 @@
import type {Metadata} from "next";
import "./globals.css";
import "./globals.scss";
export const metadata: Metadata = {
title: "A-Maze-R! Create your own Maze!",