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

Fixing issues occuring when dasBlog uses a subdir #669

Merged
merged 1 commit into from
Dec 29, 2022

Conversation

clemensv
Copy link
Contributor

There are a few fixes here for #665

  • TinyMCEBuilder must use absolute URIs for embeddings like images because the resulting page content "moves around" in the site hierarchy and the links break.
  • Permalinks must be absolute. The "navigate to permalink" link in the editor broke.
  • Local redirects must be relative to the site root
  • Site config needs to fix up a root that doesn't end in a slash. That's the most fundamental issue.

@poppastring poppastring merged commit c2c7ae8 into poppastring:main Dec 29, 2022
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