Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbloxhub committed Jul 23, 2023
1 parent 9188da5 commit d0c95d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export default defineConfig({
],
experimental: {
viewTransitions: true
}
},
trailingSlash: "always"
})
5 changes: 5 additions & 0 deletions src/components/BlogPost.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
const { title, url } = Astro.props
---

<li><a href={url}>{title}</a></li>

0 comments on commit d0c95d4

Please sign in to comment.