File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff 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
9087Please 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.
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments