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

Images broken #269

Open
BoopEnthusiast opened this issue Jul 12, 2024 · 3 comments
Open

Images broken #269

BoopEnthusiast opened this issue Jul 12, 2024 · 3 comments
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists resource: cybersecurity Cybersecurity related resource(s) resource: game-dev Game development related resource(s) resource: javascript JavaScript or TypeScript related resource(s)

Comments

@BoopEnthusiast
Copy link
Contributor

BoopEnthusiast commented Jul 12, 2024

Describe the bug
All of the image links on the docs lead to a 404

Where was this issue found
Steps to reproduce the behaviour:
Go to any of the docs with images (SQL, Godot, etc)
Find an image within the HTML
Only it's alt text appears on the page, and the link in the img element go nowhere

Expected behaviour
Images should appear and have correct links

Screenshots
image
image
image
image

@BoopEnthusiast BoopEnthusiast added bug Something isn't working resource: game-dev Game development related resource(s) labels Jul 12, 2024
@BoopEnthusiast BoopEnthusiast self-assigned this Jul 12, 2024
@BoopEnthusiast BoopEnthusiast changed the title Godot images broken Images broken Jul 12, 2024
@BoopEnthusiast
Copy link
Contributor Author

BoopEnthusiast commented Jul 12, 2024

After bits of testing it appears to be purely an issue with the server or how it's exported.
There is no way of testing this locally, going to open a pull request to see cloudflare's automatically gennerated site and test on that.

I have a few tests on the 3D intro page for this pull request:

![Godot new project window](/_astro/godot/3D/NewProject.png) (Similar to how the logo image is being loaded)
![Create root node, 3D Scene highlighted](/godot/3D/CreateRootNode.png) (Could be not requiring /src/assets and just assuming)
![Scene with player](/assets/godot/3D/InitialScene.png) (May not need /src and needs just assets)
![Third person camera](../../../../assets/godot/3D/ThirdPersonCamera.gif) (brutishly going down the paths manually) (there are two variations for this, one with one extra ../ and one with one fewer)

@BoopEnthusiast
Copy link
Contributor Author

It is not letting me push to the branch made for this issue.

@BoopEnthusiast BoopEnthusiast added the resource: javascript JavaScript or TypeScript related resource(s) label Jul 12, 2024
@BoopEnthusiast
Copy link
Contributor Author

BoopEnthusiast commented Jul 12, 2024

#270

A new pull request has been made for this issue due to not being able to work on the auto-genned branch for this

@BoopEnthusiast BoopEnthusiast added duplicate This issue or pull request already exists resource: cybersecurity Cybersecurity related resource(s) labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists resource: cybersecurity Cybersecurity related resource(s) resource: game-dev Game development related resource(s) resource: javascript JavaScript or TypeScript related resource(s)
Projects
None yet
Development

No branches or pull requests

2 participants