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

fix: trailing slashes and links #12

Merged
merged 2 commits into from
Jun 12, 2023
Merged

fix: trailing slashes and links #12

merged 2 commits into from
Jun 12, 2023

Conversation

Izocel
Copy link
Contributor

@Izocel Izocel commented Jun 9, 2023

Navbar /post --> /post/
Added .history (vscode extension) folder ignored
Fix broken link to /postX/sixth-post
Fix Broken sisth-post
Npm Caniuse-lite update (browserlist)

Requested by: zzikkzzakk

Navbar /post --> /post/
Added .history (vscode extension) folder ignored
Fix broken link to /postX/sixth-post
Fix Broken sisth-post
Npm Caniuse-lite update (browserlist)

Requested by: zzikkzzakk
@@ -118,7 +118,7 @@ Some text to show that the reference links can follow later.
Images included in _\_posts_ folder are lazy loaded.

Inline-style:
![alt text](/src/images/random.jpeg 'Logo Title Text 1')
![alt text](http://localhost:3000/src/images/random.jpeg 'Logo Title Text 1')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think http://localhost:3000 should be removed. Otherwise, everything else looks good to me.

Copy link
Contributor Author

@Izocel Izocel Jun 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could point to the repos url instead what you think ?
If you just remove the domain the page won't load and thus break the app

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Izocel, we should just remove the domain. If we remove the domain and if the image won't load, this mean there is a bug.

Putting localhost:3000 is not a solution because it will break in production with a real domain.

@ixartz ixartz merged commit d59a96d into ixartz:main Jun 12, 2023
@ixartz
Copy link
Owner

ixartz commented Jun 12, 2023

@Izocel Thank you for making the change and taking the time to create the PR. I just merge it.

@Izocel
Copy link
Contributor Author

Izocel commented Jun 12, 2023

My pleasure i'll check others issues when I have loose time you can also tag me if needed

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

Successfully merging this pull request may close these issues.

None yet

2 participants