From 1cfe5ce93d52a76c63036ccb4668bee849f698ee Mon Sep 17 00:00:00 2001 From: "Samuel J. Huskey" Date: Tue, 15 Oct 2024 09:55:15 -0500 Subject: [PATCH] Changing baseURL. --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index 6ee07ca..d5c7d80 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -19,7 +19,7 @@ const globalSiteData = { title: "Digital Latin Library", description: "The main site for the Digital Latin Library", locale: "en", - baseUrl: baseUrl, + baseUrl: "https://digitallatin.org/", pathPrefix: pathPrefix, lang: "en", home: "https://digitallatin.org/",