Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
monnaie-libre-fr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Léo El Amri
monnaie-libre-fr
Commits
f944c92b
Commit
f944c92b
authored
4 years ago
by
Emmanuel Salomon
Browse files
Options
Downloads
Patches
Plain Diff
fix: reduce bundle size w/ fontawesome config + fix PWA
parent
57706955
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nuxt.config.js
+69
-2
69 additions, 2 deletions
nuxt.config.js
static/icon.png
+0
-0
0 additions, 0 deletions
static/icon.png
with
69 additions
and
2 deletions
nuxt.config.js
+
69
−
2
View file @
f944c92b
...
...
@@ -65,8 +65,65 @@ export default {
component
:
'
fa
'
,
// component name
addCss
:
false
,
icons
:
{
solid
:
true
,
brands
:
true
,
solid
:
[
'
faHome
'
,
'
faSearch
'
,
'
faSkullCrossbones
'
,
'
faChevronLeft
'
,
'
faChevronRight
'
,
'
faArrowLeft
'
,
'
faArrowRight
'
,
'
faSun
'
,
'
faMoon
'
,
'
faHeart
'
,
'
faInfoCircle
'
,
'
faCheckCircle
'
,
'
faExclamationCircle
'
,
'
faExclamationTriangle
'
,
'
faExternalLinkAlt
'
,
'
faBars
'
,
'
faUserCircle
'
,
'
faGlobe
'
,
'
faAngry
'
,
'
faCompressArrowsAlt
'
,
'
faExpandArrowsAlt
'
,
],
brands
:
[
'
faCreativeCommonsNcEu
'
,
'
faDiaspora
'
,
'
faDiscourse
'
,
'
faGithub
'
,
'
faGitlab
'
,
'
faYoutube
'
,
'
faRocketchat
'
,
'
faFacebook
'
,
'
faTwitter
'
,
'
faDiscord
'
,
'
faApple
'
,
'
faAndroid
'
,
'
faBitcoin
'
,
'
faChrome
'
,
'
faFirefox
'
,
'
faCodepen
'
,
'
faDev
'
,
'
faDocker
'
,
'
faDropbox
'
,
'
faMastodon
'
,
'
faMedium
'
,
'
faNpm
'
,
'
faReddit
'
,
'
faSlack
'
,
'
faSoundcloud
'
,
'
faSpotify
'
,
'
faSteam
'
,
'
faTeamspeak
'
,
'
faTelegram
'
,
'
faTrello
'
,
'
faVimeo
'
,
'
faWhatsapp
'
,
'
faWikipediaW
'
,
'
faWordpress
'
,
],
},
},
],
...
...
@@ -93,6 +150,16 @@ export default {
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
axios
:
{},
// https://pwa.nuxtjs.org/manifest
pwa
:
{
manifest
:
{
short_name
:
'
monnaie-libre
'
,
theme_color
:
'
#5b21b6
'
,
lang
:
'
fr
'
,
useWebmanifestExtension
:
false
,
},
},
// https://github.com/Chantouch/nuxt-clipboard
clipboard
:
{
autoSetContainer
:
true
,
...
...
This diff is collapsed.
Click to expand it.
static/icon.png
0 → 100644
+
0
−
0
View file @
f944c92b
5.61 KiB
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