Skip to content

Commit

Permalink
use 127.0.0.1 for amp npm run watch pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Sep 14, 2023
1 parent 2601d1f commit 9609175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/core/client/embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<p style="text-align: center">
<a href="http://localhost:3000/admin">Admin</a> | <a href="/story.html">Story</a> |
<a href="/storyButton.html">Story With Button</a> |
<a href="http://localhost:8080/storyAMP.html"> AMP</a>
<a href="http://127.0.0.1:8080/storyAMP.html"> AMP</a>
</p>
<h1 style="text-align: center">Coral – Embed Stream</h1>
<div style="text-align: center">
Expand Down
2 changes: 1 addition & 1 deletion client/src/core/client/embed/story.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<p style="text-align: center;">
<a href="http://localhost:3000/admin">Admin</a> | <a href="/">Default</a> |
<a href="/storyButton.html">Story With Button</a> |
<a href="http://localhost:8080/storyAMP.html"> AMP</a>
<a href="http://127.0.0.1:8080/storyAMP.html"> AMP</a>
</p>
<h1 style="text-align: center">Coral – Story</h1>
<p>
Expand Down

0 comments on commit 9609175

Please sign in to comment.