Skip to content

Commit dd47c3f

Browse files
config fixes for gh pages deploy
1 parent ab683eb commit dd47c3f

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ This site is constructed using modern web technologies:
3838

3939
- **[Astro](https://astro.build/)** - Static site generator for blazing-fast performance
4040
- **[astro-theme-terminal](https://github.com/dennisklappe/astro-theme-terminal)** - Terminal-inspired theme
41-
- **TypeScript** - Type-safe development
42-
- **Content Collections** - Structured content management
43-
- **CSS Grid & Flexbox** - Modern responsive layouts
4441

4542
### Theme Credits
4643

@@ -89,10 +86,5 @@ We welcome contributions! Whether you want to:
8986

9087
Please feel free to open issues or submit pull requests.
9188

92-
## 📄 License
9389

94-
This project is licensed under the MIT License. The original Hugo Terminal Theme design is credited to panr, and the Astro port to Dennis Klappe.
95-
96-
---
97-
98-
**A Checkly Project** - Empowering developers to build better monitoring solutions with AI assistance.
90+
**A Checkly Project** - Empowering developers to build better monitoring solutions by shifting left with AI assistance.

src/layouts/PostLayout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,4 @@ const base = import.meta.env.BASE_URL.endsWith('/') ? import.meta.env.BASE_URL :
8787
</script>
8888

8989
<!-- Twitter embed script -->
90-
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
9190
</BaseLayout>

src/pages/posts/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const base = import.meta.env.BASE_URL.endsWith('/') ? import.meta.env.BASE_URL :
2323

2424
<PostLayout {...post.data}>
2525
<Content />
26-
<div class="link"><a href="/">Back to index</a></div>
26+
<div class="link"><a href="${base}">Back to index</a></div>
2727
<div class="pagination">
2828
<div class="pagination__title">
2929
<span class="pagination__title-h">Read other prompts</span>

0 commit comments

Comments
 (0)