Skip to content
Snippets Groups Projects
Commit a254ac60 authored by m431m's avatar m431m :speech_balloon:
Browse files

Merge branch 'redmine-issues/11808' into 'develop'

REDMINE_ISSUE-11808 | Add Favicon PIGMA

See merge request onegeo-suite/sites/onegeo-suite-site-login-vuejs!5
parents 3961a959 df594db6
No related branches found
No related tags found
No related merge requests found
Pipeline #4197 passed
......@@ -41,6 +41,7 @@ build_development:
BASE_PATH=/\n
VUE_APP_NEXT_DEFAULT=/\n
VUE_APP_BASE_PATH=${BASE_PATH}\n
VUE_APP_FAVICON_URL=${VUE_APP_DOMAIN}/assets/favicon.png\n
VUE_APP_LOGIN_API_PATH=/fr/login/\n
VUE_APP_ORGANISATION_API_PATH=/fr/organisation/\n
VUE_APP_USERGROUP_API_PATH=/fr/usergroup/\n
......
......@@ -20,6 +20,9 @@ VUE_APP_NEXT_DEFAULT=/
VUE_APP_BASE_PATH=${BASE_PATH}
# Favicon
VUE_APP_FAVICON_URL=${VUE_APP_DOMAIN}/assets/favicon.png
# API
VUE_APP_LOGIN_API_PATH=/fr/login
VUE_APP_ORGANISATION_API_PATH=/fr/organisation/
......@@ -27,7 +30,7 @@ VUE_APP_USERGROUP_API_PATH=/fr/usergroup/
# AUTH
VUE_APP_LOGIN_API_USERNAME=admin
VUE_APP_LOGIN_API_PASSWORD=Neogeo2020
VUE_APP_LOGIN_API_PASSWORD=CHANGE_ME
```
### Compiles and hot-reloads for development
......
......@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" href="<%= VUE_APP_FAVICON_URL %>">
<link rel="stylesheet" href="https://unpkg.com/vue-multiselect@2.1.0/dist/vue-multiselect.min.css">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment