Make Apache config optional and add h-feed support
This commit is contained in:
parent
bf82d8bcd6
commit
132b2b69f3
14 changed files with 182 additions and 53 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "gallery.badmanners.xyz",
|
||||
"type": "module",
|
||||
"version": "1.7.3",
|
||||
"version": "1.7.4",
|
||||
"scripts": {
|
||||
"postinstall": "astro sync",
|
||||
"dev": "astro dev",
|
||||
|
@ -12,7 +12,8 @@
|
|||
"check": "astro check",
|
||||
"astro": "astro",
|
||||
"prettier": "prettier --write .",
|
||||
"export-story": "tsx scripts/export-story.ts"
|
||||
"export-story": "tsx scripts/export-story.ts",
|
||||
"deploy-lftp": "dotenv tsx scripts/deploy-lftp.ts --"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue