mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Account for subpath when serving config.js (#17832)
Co-authored-by: autologie <suguru@n8n.io>
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="stylesheet" href="/static/prefers-color-scheme.css">
|
||||
%CONFIG_SCRIPT%
|
||||
<script src="/static/posthog.init.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="/{{BASE_PATH}}/static/prefers-color-scheme.css">
|
||||
<script src="/{{BASE_PATH}}/static/base-path.js" type="text/javascript"></script>
|
||||
<script src="/{{BASE_PATH}}/static/posthog.init.js" type="text/javascript"></script>
|
||||
|
||||
<title>n8n.io - Workflow Automation</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user