Add posts to latest story

This commit is contained in:
Bad Manners 2024-08-08 09:49:11 -03:00
parent 7bb8a952ef
commit 6dd8a92318
8 changed files with 51 additions and 31 deletions

View file

@ -1,8 +1,9 @@
{
"name": "gallery-badmanners-xyz",
"type": "module",
"version": "1.6.1",
"version": "1.6.2",
"scripts": {
"postinstall": "astro sync",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",