You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not familiar with Astro so I am unsure how to proceed with the boilerplate code to import the blog posts from my Notion Table into the index.astro file located in src. The Notion docs has the code for .js not .astro so that will not work for this use case unfortunately.
Thanks for putting this site together, it has a lot of promise!
Sorry if the readme is not easy enough to follow. There's a demo project in this repo which is a minimal working version of astro-notion blog, so you might want to check that out.
If you're not familiar with Astro, I recommend reading the dynamic routes section from the doc first, and then it'll be much easier to set things up.
Also please note that I'm (slowly) re-writing the library as there have been lots of updates in Astro.
Let me know if you have any other questions. Thanks!
I am not familiar with Astro so I am unsure how to proceed with the boilerplate code to import the blog posts from my Notion Table into the
index.astro
file located insrc
. The Notion docs has the code for.js
not.astro
so that will not work for this use case unfortunately.Thanks for putting this site together, it has a lot of promise!
Here is my repo of what I have so far...
The text was updated successfully, but these errors were encountered: