We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Post gallery images are not being saved correctly to static file folder.
OS: Mac OSX Big Sur 11.4 node version: v16.13.2 npm version: 8.1.2 wget version: 1.21.2
Navigate to my page: https://feedangrow.com/
You should see the broken image. If you open image in tab, or view page source it shows the URL: https://feedangrow.com/content/images/size/w150h150/2022/01/autopot_logo.png
If I go into my local files and tree that folder, it does not exist.
You can't see what you don't upload :)
Other than that all the other images seem to be working.
The text was updated successfully, but these errors were encountered:
I am also having this exact issue
Sorry, something went wrong.
#!/bin/bash date=$(date) git pull origin master rm -r docs mkdir docs cd docs echo "www.mydomain.com" > CNAME cd - gssg --dest docs cd docs/ docker cp ghost:/var/lib/ghost/content/images/. content/images grep -lR "192.168.9.etc:2368" . | xargs sed -i 's/192.168.9.etc:2368/www.mydomain.com/g' cd - git add . git commit -m "$date" git config --global credential.helper store git push -u origin master
patchy script I put together to fix gssg's current issues
No branches or pull requests
Post gallery images are not being saved correctly to static file folder.
OS: Mac OSX Big Sur 11.4
node version: v16.13.2
npm version: 8.1.2
wget version: 1.21.2
Navigate to my page: https://feedangrow.com/
You should see the broken image. If you open image in tab, or view page source it shows the URL: https://feedangrow.com/content/images/size/w150h150/2022/01/autopot_logo.png
If I go into my local files and tree that folder, it does not exist.

You can't see what you don't upload :)
Other than that all the other images seem to be working.
The text was updated successfully, but these errors were encountered: