fix strapi urls and shit
All checks were successful
Deployment / Deploy website (push) Successful in 2m32s
Deployment / Deploy strapi (push) Successful in 3m5s

This commit is contained in:
Benjamin Palko 2025-05-06 12:31:44 -04:00
parent 0e94cb95ca
commit 0eb91d67dd
8 changed files with 92 additions and 66 deletions

7
src/app.d.ts vendored
View file

@ -1,12 +1,13 @@
// See https://svelte.dev/docs/kit/types#app.d.ts
import type { Strapi } from "$lib/server/strapi";
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
interface Locals {
Strapi: {
url: string;
};
strapi: Strapi;
}
// interface PageData {}
// interface PageState {}