Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
widgets
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
energenious-open-source
widgets
Commits
e2a921a5
Commit
e2a921a5
authored
Sep 23, 2020
by
Daniele Berardo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pages/set-new-favicon' into 'master'
Set new favicon uri See merge request
!42
parents
44c447b7
bc2f392f
Pipeline
#193376759
passed with stages
in 13 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
pages/config.js
pages/config.js
+13
-12
No files found.
pages/config.js
View file @
e2a921a5
...
...
@@ -5,7 +5,7 @@ const config = {
pathPrefix
,
siteUrl
:
"
https://energenious.eu
"
,
gaTrackingId
:
null
,
trailingSlash
:
false
trailingSlash
:
false
,
},
header
:
{
logo
:
"
https://energenious.eu/static/energenious.svg
"
,
...
...
@@ -21,8 +21,8 @@ const config = {
indexName
:
""
,
algoliaAppId
:
process
.
env
.
GATSBY_ALGOLIA_APP_ID
,
algoliaSearchKey
:
process
.
env
.
GATSBY_ALGOLIA_SEARCH_KEY
,
algoliaAdminKey
:
process
.
env
.
ALGOLIA_ADMIN_KEY
}
algoliaAdminKey
:
process
.
env
.
ALGOLIA_ADMIN_KEY
,
}
,
},
sidebar
:
{
forcedNavOrder
:
[
...
...
@@ -30,16 +30,16 @@ const config = {
"
/about
"
,
// add trailing slash if enabled above
"
/getting-started
"
,
"
/widget-api
"
,
"
/templates
"
"
/templates
"
,
],
collapsedNav
:
[
"
/getting-started
"
,
"
/widget-api
"
,
"
/templates
"
],
links
:
[
{
text
:
"
Energenious
"
,
link
:
"
https://energenious.eu
"
},
{
text
:
"
Examples (Storybook)
"
,
link
:
`
${
pathPrefix
}
/storybook`
}
{
text
:
"
Examples (Storybook)
"
,
link
:
`
${
pathPrefix
}
/storybook`
}
,
],
frontline
:
false
,
ignoreIndex
:
false
,
title
:
"
Widgets
"
title
:
"
Widgets
"
,
},
siteMetadata
:
{
title
:
"
Energenious | Widgets
"
,
...
...
@@ -47,7 +47,8 @@ const config = {
ogImage
:
null
,
docsLocation
:
"
https://gitlab.com/energenious/widgets/-/tree/master/pages/content
"
,
favicon
:
"
https://energenious.eu/lay/favicon-32x32.png
"
favicon
:
"
https://energenious.eu/wp-content/uploads/2020/08/cropped-energenious-logo-short-2-32x32.jpg
"
,
},
pwa
:
{
enabled
:
false
,
// disabling this will also remove the existing service worker.
...
...
@@ -63,11 +64,11 @@ const config = {
{
src
:
"
src/pwa-512.png
"
,
sizes
:
`512x512`
,
type
:
`image/png`
}
]
}
}
type
:
`image/png`
,
}
,
]
,
}
,
}
,
};
module
.
exports
=
config
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment