Skip to content

Commit 60c395b

Browse files
authored
Fix Jekyll baseurl for GitHub Pages rendering (#3)
Sets correct baseurl and url for repository subpath
1 parent 7279aaf commit 60c395b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/jekyll-site/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Jekyll Configuration for GitHub Pages
22
title: Guidance for Agentic AI Accelerator on AWS
33
description: Enterprise-grade multi-agent AI orchestration platform built on AWS managed services
4-
baseurl: "" # the subpath of your site, e.g. /blog
5-
url: "" # the base hostname & protocol for your site
4+
baseurl: "/guidance-for-no-code-multi-agent-ai-orchestration-on-aws" # the subpath of your site
5+
url: "https://aws-solutions-library-samples.github.io" # the base hostname & protocol for your site
66

77
# GitHub Pages settings
88
theme: minima

0 commit comments

Comments
 (0)