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
df594db6
Commit
df594db6
authored
3 years ago
by
Florent
Browse files
Options
Downloads
Patches
Plain Diff
add favicon
parent
dcb6553f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#4083
passed
3 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
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
+4
-1
4 additions, 1 deletion
README.md
public/index.html
+1
-1
1 addition, 1 deletion
public/index.html
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
0
View file @
df594db6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
1
View file @
df594db6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
public/index.html
+
1
−
1
View file @
df594db6
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
m431m
@m431m
mentioned in commit
6be4fb91
·
3 years ago
mentioned in commit
6be4fb91
mentioned in commit 6be4fb9149583c30302fa62828073186c80bf094
Toggle commit list
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