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