Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Onegeo LogIn
Manage
Activity
Members
Plan
Wiki
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OneGeo Suite
Sites
Onegeo LogIn
Commits
b74cda4f
Commit
b74cda4f
authored
3 years ago
by
Florent Lavelle
Committed by
m431m
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add app Title
parent
1a3900d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
README.md
+3
-0
3 additions, 0 deletions
README.md
public/index.html
+1
-1
1 addition, 1 deletion
public/index.html
with
5 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
b74cda4f
...
@@ -41,6 +41,7 @@ build_development:
...
@@ -41,6 +41,7 @@ build_development:
BASE_PATH=/\n
BASE_PATH=/\n
VUE_APP_NEXT_DEFAULT=/\n
VUE_APP_NEXT_DEFAULT=/\n
VUE_APP_BASE_PATH=${BASE_PATH}\n
VUE_APP_BASE_PATH=${BASE_PATH}\n
VUE_APP_TITLE=Login - Pigma\n
VUE_APP_FAVICON_URL=${VUE_APP_DOMAIN}/assets/favicon.png\n
VUE_APP_FAVICON_URL=${VUE_APP_DOMAIN}/assets/favicon.png\n
VUE_APP_LOGIN_API_PATH=/fr/login/\n
VUE_APP_LOGIN_API_PATH=/fr/login/\n
VUE_APP_ORGANISATION_API_PATH=/fr/organisation/\n
VUE_APP_ORGANISATION_API_PATH=/fr/organisation/\n
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
0
View file @
b74cda4f
...
@@ -20,6 +20,9 @@ VUE_APP_NEXT_DEFAULT=/
...
@@ -20,6 +20,9 @@ VUE_APP_NEXT_DEFAULT=/
VUE_APP_BASE_PATH=${BASE_PATH}
VUE_APP_BASE_PATH=${BASE_PATH}
# App title
VUE_APP_TITLE=Login - PIGMA
# Favicon
# Favicon
VUE_APP_FAVICON_URL=${VUE_APP_DOMAIN}/assets/favicon.png
VUE_APP_FAVICON_URL=${VUE_APP_DOMAIN}/assets/favicon.png
...
...
This diff is collapsed.
Click to expand it.
public/index.html
+
1
−
1
View file @
b74cda4f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= VUE_APP_FAVICON_URL %>"
>
<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"
>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/vue-multiselect@2.1.0/dist/vue-multiselect.min.css"
>
<title><
%=
htmlWebpackPlugin.options.title
%
></title>
<title><
%=
VUE_APP_TITLE
%
></title>
</head>
</head>
<body>
<body>
<noscript>
<noscript>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment