Skip to content

Commit

Permalink
🔧 Update URL in Jekyll configuration and adjust stylesheet link for p…
Browse files Browse the repository at this point in the history
…roper path resolution
  • Loading branch information
albertinisg committed Dec 20, 2024
1 parent ea1be60 commit eec4a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "AIDA Prompt Marketplace"
description: "A curated collection of AI prompts, easily searchable and shareable. Built with Jekyll and hosted on GitHub Pages."
baseurl: "/asset-prompting-marketplace" # Adjust if using a subpath
url: "erni-academy.github.io" # Adjust for production
url: "https://erni-academy.github.io" # Adjust for production

collections:
prompts:
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap">
<!-- Custom CSS -->
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css">
</head>
<body>

Expand Down

0 comments on commit eec4a6e

Please sign in to comment.