Compare commits

..

14 Commits

Author SHA1 Message Date
12fb8c0335 Added the Nav... Almost ready for the switcheroo
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
2026-02-01 02:34:32 -03:00
915d53fdba Linty fresh
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
2026-02-01 00:22:52 -03:00
9bf06d8cb0 GA Fixes and CWV improvements
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
2026-02-01 00:19:02 -03:00
45e9382645 Add Google Analytics script to page layout
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
2026-01-31 18:14:51 -03:00
e7c61152d4 More refinements
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
2026-01-31 12:44:34 -03:00
a508d1537e Try this...
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/test unknown status
2026-01-31 12:39:16 -03:00
3d5f79ba08 Pipeline re-working v2 2026-01-31 12:33:34 -03:00
3ffb9de80a New pipelines... 2026-01-31 11:52:13 -03:00
00afa9491f OCD changes
All checks were successful
ci/woodpecker/pr/lint-and-build Pipeline was successful
2026-01-31 11:40:34 -03:00
192d7d0c86 CSS Linty Fresh
All checks were successful
ci/woodpecker/pr/lint-and-build Pipeline was successful
2026-01-30 23:47:56 -03:00
fe8f7cb7c0 Linty fresh (supposedly)
Some checks failed
ci/woodpecker/pr/lint-and-build Pipeline failed
2026-01-30 23:46:36 -03:00
414cf5c4ce Some enhancements to the pipeline... Liking woodpecker...
Some checks failed
ci/woodpecker/pr/lint-and-build Pipeline failed
2026-01-30 23:43:06 -03:00
c5c160d259 That's a picky error...
Some checks failed
ci/woodpecker/pr/pr Pipeline failed
2026-01-30 23:34:38 -03:00
bc32528551 The Svelte 5 SSG migration—we brought sexy back... or to it? Or something...
Some checks failed
ci/woodpecker/pr/pr Pipeline failed
2026-01-30 23:29:39 -03:00
2 changed files with 2 additions and 11 deletions

View File

@@ -10,8 +10,7 @@ services:
pull_policy: always pull_policy: always
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1/"]
["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1/"]
interval: 30s interval: 30s
timeout: 3s timeout: 3s
start_period: 5s start_period: 5s
@@ -21,7 +20,7 @@ services:
- "traefik.docker.network=marina-net" - "traefik.docker.network=marina-net"
- "traefik.http.routers.mifiventures.rule=Host(`mifi.ventures`) || Host(`www.mifi.ventures`)" - "traefik.http.routers.mifiventures.rule=Host(`mifi.ventures`) || Host(`www.mifi.ventures`)"
- "traefik.http.routers.mifiventures.entrypoints=websecure" - "traefik.http.routers.mifiventures.entrypoints=websecure"
- "traefik.http.routers.mifiventures.middlewares=security-supermax-with-analytics@file,redirect-www-to-non-www@file" - "traefik.http.routers.mifiventures.middlewares=secure-all@file,redirect-www-to-non-www@file"
- "traefik.http.routers.mifiventures.tls=true" - "traefik.http.routers.mifiventures.tls=true"
- "traefik.http.routers.mifiventures.tls.certresolver=letsencrypt" - "traefik.http.routers.mifiventures.tls.certresolver=letsencrypt"
networks: networks:

View File

@@ -1,8 +0,0 @@
window.dataLayer = window.dataLayer || [];
function gtag(){ window.dataLayer.push(arguments); }
gtag("js", new Date());
gtag("config", "G-36F29PDKRT", {
// optional, but often helpful:
anonymize_ip: true,
});