-
Notifications
You must be signed in to change notification settings - Fork 47
defaultDocument implementation #161
Conversation
| @@ -1,2 +1 @@ | |||
| node_modules | |||
| dist No newline at end of file | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove dist from .gitignore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @SukkaW, my mistake. Was solved. Thanks.
Thus if you are migrating a website from |
I am building a platform that can host different stacks, including websites with SSI (Server Side Includes). There are a number of reasons that do not allow me to rename the files to .HTML, like as SEO, compatibility with other environments, etc. In this necenary, SHTML files are previously generated in the build stage, so they are static files. I appreciate your comment. Thanks. |
|
Hi @SukkaW Could you review this pull request? Thanks. |
|
Up |
|
@boemekeld would you mind rebasing? |
|
@signalnerve of course! I will do this soon. |
|
@signalnerve done! |
|
Thanks, this looks like a good change and should close #87. @boemekeld Could you add a test for this new functionality for |
|
@Cherry yes, let me check it. |
|
@Cherry done! |
we're going to work on supporting running our test workflow on pull requests, but in the meantime, can you post your test output here just so I have a paper trail before merge? ty! |
|
@signalnerve sure.
36 tests passed |
Cherry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the contribution!
Hey guys,
In some cases, "index.html" is not the default document.
I work on some projects that are being migrated to Edge and that use "index.shtm" for example.
For this, I suggest the inclusion of an option defaultDocument.
Thanks. 👍