feat: replace layout with fixed left sidebar and top strip

This commit is contained in:
Jennie Robinson Faber 2026-04-02 21:11:47 +01:00
parent 238d68d063
commit dbb3fbbc1b
5 changed files with 342 additions and 268 deletions

View file

@ -148,7 +148,7 @@
import { getCircleOptions } from "~/config/circles";
definePageMeta({
layout: "landing",
layout: "default",
});
const circles = getCircleOptions();