From 7658765736c3c1257c76d5bf0b7d769fafba1bc5 Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Thu, 1 Dec 2022 14:36:14 -0800 Subject: [PATCH] FIX: relative URL routing on ember-cli only page --- app/views/layouts/ember_cli.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/ember_cli.html.erb b/app/views/layouts/ember_cli.html.erb index 66570110713..bfc5649ecbf 100644 --- a/app/views/layouts/ember_cli.html.erb +++ b/app/views/layouts/ember_cli.html.erb @@ -17,7 +17,7 @@

Then visit the following URL to use Discourse:

-

http://<%= Discourse.current_hostname %>:4200

+

http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %>