Mi webring.gen: ups
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0535455eb5
commit
7f23223edd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { parseFeed as _parseFeed } from "htmlparser2";
|
|||
import { a, li, raw, render, ul } from "@nulo/html.js";
|
||||
import { parseDocument } from "htmlparser2";
|
||||
import { getElementsByTagName } from "domutils";
|
||||
import { feeds, readFeed } from "./feeds";
|
||||
import { feeds, readFeed } from "./feeds.js";
|
||||
|
||||
export default async () => {
|
||||
const articles = [];
|
||||
|
|
Reference in a new issue