Sat Naing
Sat Naing
Hello @cantpr09ram Are you able to build the project? I've got `First argument to DataView constructor must be an ArrayBuffer` error when I tried building the project.
Hello @cantpr09ram I co-authored some changes - resolved conflicts with the main branch and rebased - fixed font loading issue in og.png.ts via site.tsx - added a new section in...
Due to a few remaining bugs and inactivity, I'm closing this PR for now. Thanks for the PR tho! Appreciate it.
I'll close this issue for now. You can open a discussion or reopen this if you have any more questions. Thanks for your understanding.
I don't think there's any build-in way to update svg inside `` tag. So, what you can do is replace `` tag with your svg logo. From this ```tsx {...
This is now possible in the latest version of AstroPaper, thanks to Astro's [SVG component](https://docs.astro.build/en/guides/images/#svg-components). I'll mark this one as done now.
AstroPaper doesn't need to be connected to a CMS out of the box since this theme can be easily integrated with any git-based CMS with minimal configuration. I have tried...
You can do so in AstroPaper v5 using Astro's SVG component. Therefore, close this issue for now.
Hello @davidandreoletti You mean something like this? ```ts import { SITE } from "@config"; --- Home ```
I think you meant something like this. (Correct me if I'm wrong) ```astro Posts ``` The thing is that it is not suitable for every scenario. It works if `base`...