Add fediverse:creator tag to pages

This commit is contained in:
Bad Manners 2024-11-21 10:10:49 -03:00
parent 51cdd232ad
commit 5d701069e9
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
9 changed files with 22 additions and 137 deletions

View file

@ -56,14 +56,3 @@ Then, if you're using rsync, after configuring the `gallerybm` host (or the name
```bash
rsync --delete-after -acP dist/ gallerybm:/home/public
```
Or if you prefer LFTP, create a `.env` file at the root of the project:
```env
DEPLOY_LFTP_HOST=https://example-webdav-server.com
DEPLOY_LFTP_USER=example_user
DEPLOY_LFTP_PASSWORD=sup3r_s3cr3t_password
DEPLOY_LFTP_TARGETFOLDER=sites/gallery.badmanners.xyz/
```
Then run `npm run deploy-lftp`.