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 #469 by removing duplicated routes #470

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Fix #469 by removing duplicated routes #470

merged 1 commit into from
Sep 27, 2023

Conversation

BinderDavid
Copy link
Collaborator

Fixes #469

We had multiple output routes which mapped the same file to the same output twice:

  • The file index.html was mapped twice via idRoute to the output index.html
  • The example *.hs files were mapped twice via idRoute to the output *.hs files.

@BinderDavid BinderDavid merged commit 8d60ff4 into main Sep 27, 2023
6 checks passed
@BinderDavid BinderDavid deleted the fix-469 branch September 27, 2023 13:25
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.

Bug in site.hs: Multiple writes to same routes
1 participant