From 44cbcd092cb0ec28059f7f12b44baaa907b275c0 Mon Sep 17 00:00:00 2001 From: AlessandroMicagni Date: Thu, 16 Jan 2025 11:28:30 +0100 Subject: [PATCH] Fix base URL and update links --- .redirect-template.html | 8 ++++---- _config.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.redirect-template.html b/.redirect-template.html index 980eb5a..20de870 100644 --- a/.redirect-template.html +++ b/.redirect-template.html @@ -2,10 +2,10 @@ Redirecting… - - - + + +

Redirecting…

- Click here if you are not redirected. + Click here if you are not redirected. diff --git a/_config.yml b/_config.yml index e1992a4..844ab0b 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ repository: only_build_toc_files: true exclude_patterns: [.github/*] html: - baseurl: http://localhost:8000 + baseurl: https://book.premai.io/state-of-open-source-ai favicon: assets/favicon.ico use_edit_page_button: true use_repository_button: true