Skip to content

Commit 3fecdb6

Browse files
author
Zyna
committed
fix: use proper backend
1 parent 71dcfde commit 3fecdb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/post/_content.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{/* Get remote data. */}}
2-
{{/*$baseUrl := "https://strapi.aihpi.de"*/}}
3-
{{ $baseUrl := "http://localhost:1338" }}
2+
{{ $baseUrl := "https://strapi.aihpi.de" }}
3+
{{/*$baseUrl := "http://localhost:1338"*/}}
44
{{ $response := dict }}
55
{{ $url := add $baseUrl "/api/events?populate[template][populate]=tags,requirements,image&populate=venue" }}
66
{{ with resources.GetRemote $url }}

0 commit comments

Comments
 (0)