Skip to content
New issue

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

Not correctly saving post feature images #58

Open
feedangrow opened this issue Jan 14, 2022 · 2 comments
Open

Not correctly saving post feature images #58

feedangrow opened this issue Jan 14, 2022 · 2 comments

Comments

@feedangrow
Copy link

feedangrow commented Jan 14, 2022

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.
Screen Shot 2022-01-13 at 9 30 14 PM

You can't see what you don't upload :)

Other than that all the other images seem to be working.

@CKraft11
Copy link

I am also having this exact issue

@CKraft11
Copy link

#!/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants