From b4f60640ba700c70446046ccbab080c02663aa38 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 11 Aug 2023 01:02:30 +0200 Subject: Add next articles --- src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 73b4cb3..05842ab 100644 --- a/src/main.rs +++ b/src/main.rs @@ -231,7 +231,7 @@ fn get_config() -> String { ip = "127.0.0.1" port = 3000 - # A comma sseparated list of hosts + # A commas separated list of hosts cors_hosts = '*' list_articles = [ 'bizarreries-du-langage-c', @@ -239,9 +239,12 @@ fn get_config() -> String { '2FA-discord-sur-pc', 'duckduckgo-google-en-mieux', 'c-language-quirks', + 'formats-images-web', + 'web-image-formats', ] aliases.c-language-quirks='bizarreries-du-langage-c' + aliases.web-image-formats='formats-images-web' "#.to_string(); }; -- cgit v1.2.3