You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/App/templates/JSON-LD/index.jsonld.twig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"@graph": [
5
5
{
6
6
"@type":"WebSite",
7
-
"@id":"{{ absolute_url('/') }}#website",
7
+
"@id":"{{ absolute_url('/') }}#website",
8
8
"url":"{{ absolute_url('/') }}",
9
9
"name":"Dotkernel",
10
10
"description":"Dotkernel is a collection of open-source application skeletons built on Mezzio and Laminas - pre-configured and ready for anything from a presentation site to an enterprise-grade API.",
0 commit comments