prepare dev site for testing

This commit is contained in:
David E. Perez Negron R. 2024-05-01 17:15:35 -06:00
parent b238f4c621
commit 70db29d578
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ import relativeUrls from "lume/plugins/relative_urls.ts";
import blog from "blog/mod.ts"; import blog from "blog/mod.ts";
const site = lume({ 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"); site.copy("img");