You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or request
[x] Other: <!-- Please describe: --> Questions about functionality
Current behavior
Expected behavior
Environment
Browser:
All
- [ ] Chrome (desktop) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Live Server: <!-- Check which version is installed -->
- Platform: <!-- Mac, Linux, Windows -->
- Visual Studio Code: <!-- `code --version` -->
I'm submitting a...
Current behavior
Expected behavior
Environment
Others
Hi,
My website uses absolute link URL's with the .html extension truncated, which makes development complicated:
https://tiffanybarnard.com/about-tiffany-barnard-life-and-business-coach
Is there any way of configuring Live Server to substitute the https://tiffanybarnard.com for the http://127.0.0.1:5501 in the links and then add back the .html at the end, for example turning:
https://tiffanybarnard.com/about-tiffany-barnard-life-and-business-coach
into:
http://127.0.0.1:5501/about-tiffany-barnard-life-and-business-coach.html
Kind regards,
Tiffany
The text was updated successfully, but these errors were encountered: