Skip to content

Commit ad26a86

Browse files
committed
Make the test page work whatever the host
I made set up my projects locally to be served from *.rpfdev.com and this was a small thing that caused me some confusing by sending me back to the wrong host.
1 parent 66ca5d9 commit ad26a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<h1>You may be looking for...</h1>
22
<ul>
3-
<li>Web Component test page <a href="http://localhost:3011/web-component.html">http://localhost:3011/web-component.html</a></li>
3+
<li>Web Component test page <a href="/web-component.html">/web-component.html</a></li>
44
</ul>

0 commit comments

Comments
 (0)