feat: Not able to pull publication title from Hashnode #22

Merged
create-issue-branch[bot] merged 4 commits from issue-21-Not_able_to_pull_publication_tit into main 2024-03-15 21:25:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bdade728c8 - Show all commits

View File

@ -10,7 +10,7 @@ export default defineConfig({
// }), // }),
integrations: [ integrations: [
astroHashnode({ astroHashnode({
hashnodeURL: "https://astroplayground.hashnode.dev", hashnodeURL: "astroplayground.hashnode.dev",
verbose: true, verbose: true,
disableViewTransitions: false, disableViewTransitions: false,
}) })