Browse Source

domain change

Pablo Yaksic 6 tháng trước cách đây
mục cha
commit
54c2aa95fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/portales/latercera/handler.ts

+ 1 - 1
src/portales/latercera/handler.ts

@@ -10,5 +10,5 @@ export const handler: Handler = new Portal(name, {
   articlesSelector: "article.card",
   titleSelector: "div.headline",
   linkSelector: "div.headline a",
-  linkPrefix: "https://www.latercera.cl"
+  linkPrefix: "https://www.latercera.com"
 }).getHandler();