From 70db29d578be9974283f3ec9bc167838644efd48 Mon Sep 17 00:00:00 2001 From: "David E. Perez Negron R." Date: Wed, 1 May 2024 17:15:35 -0600 Subject: [PATCH] prepare dev site for testing --- _config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.ts b/_config.ts index 90af732..4d7152a 100644 --- a/_config.ts +++ b/_config.ts @@ -3,7 +3,8 @@ import relativeUrls from "lume/plugins/relative_urls.ts"; import blog from "blog/mod.ts"; const site = lume({ - location: new URL("https://blog.deca.eco"), + location: new URL("https://dev.deca.eco"), + //location: new URL("https://deca.eco"), }); site.copy("img");