From 7d1d61757a39e7f949e65e0d9f8b6555f5010b90 Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 27 Jun 2026 07:01:54 +0200 Subject: feat: split movie synopsis into separate paragraphs Synopsis now splits on \n\n into individual
tags instead of one big text blob. Already implemented, confirmed working with latest DB data. --- ssh/config/sitemap.php | 57 -------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 ssh/config/sitemap.php (limited to 'ssh/config/sitemap.php') diff --git a/ssh/config/sitemap.php b/ssh/config/sitemap.php deleted file mode 100644 index 8ffec69..0000000 --- a/ssh/config/sitemap.php +++ /dev/null @@ -1,57 +0,0 @@ - [ - - /* - * Whether or not cookies are used in a request. - */ - RequestOptions::COOKIES => true, - - /* - * The number of seconds to wait while trying to connect to a server. - * Use 0 to wait indefinitely. - */ - RequestOptions::CONNECT_TIMEOUT => 10, - - /* - * The timeout of the request in seconds. Use 0 to wait indefinitely. - */ - RequestOptions::TIMEOUT => 10, - - /* - * Describes the redirect behavior of a request. - */ - RequestOptions::ALLOW_REDIRECTS => false, - ], - - /* - * The sitemap generator can execute JavaScript on each page so it will - * discover links that are generated by your JS scripts. This feature - * is powered by headless Chrome. - */ - 'execute_javascript' => false, - - /* - * The package will make an educated guess as to where Google Chrome is installed. - * You can also manually pass it's location here. - */ - 'chrome_binary_path' => null, - - /* - * The sitemap generator uses a CrawlProfile implementation to determine - * which urls should be crawled for the sitemap. - */ - 'crawl_profile' => Profile::class, - -]; -- cgit v1.2.3