mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-23 05:51:57 +00:00
More debugging
This commit is contained in:
@@ -9,8 +9,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "io.containers.autoupdate=local"
|
- "io.containers.autoupdate=local"
|
||||||
volumes:
|
|
||||||
- ./logs:/logs
|
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
image: docker.io/library/caddy:latest
|
image: docker.io/library/caddy:latest
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
import Button from "$lib/components/Button.svelte";
|
import Button from "$lib/components/Button.svelte";
|
||||||
|
|
||||||
import { navigation } from "$lib/navigation";
|
import { navigation } from "$lib/navigation";
|
||||||
|
|
||||||
|
console.log("Serving splash page");
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="splash">
|
<div class="splash">
|
||||||
|
|||||||
Reference in New Issue
Block a user