FIX: relative URL routing on ember-cli only page

This commit is contained in:
Jeff Wong 2022-12-01 14:36:14 -08:00
parent b8bb921ab5
commit 7658765736
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<p>Then visit the following URL to use Discourse:</p>
<h3><a href="http://<%= Discourse.current_hostname %>:4200/">http://<%= Discourse.current_hostname %>:4200</a></h3>
<h3><a href="http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %>">http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %></a></h3>
</div>
</body>
</html>