remove build-css from serve, add info link for gms

This commit is contained in:
einhornimmond 2025-04-17 08:46:11 +02:00
parent 58b006193f
commit c0ec697f64
4 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,6 @@
"dev": "concurrently \"yarn watch-scss\" \"vite\"",
"prebuild": "yarn compile-scss",
"build": "vite build",
"preserve": "yarn compile-scss",
"serve": "vite preview",
"postbuild": "find build -type f -regex '.*\\.\\(html\\|js\\|css\\|svg\\|json\\)' -exec gzip -9 -k {} +",
"analyse-bundle": "yarn build && webpack-bundle-analyzer build/webpack.stats.json",

View File

@ -20,6 +20,9 @@
<br />
</span>
</div>
<a href="https://gradido.net/gms1/" target="_blank">
{{ $t('info') }}
</a>
<BRow class="my-1">
<BCol cols="12">
<div class="text-lg-end">

View File

@ -276,6 +276,7 @@
"recruited-member": "Eingeladenes Mitglied"
},
"h": "h",
"info": "Info",
"language": "Sprache",
"link-load": "den letzten Link nachladen | die letzten {n} Links nachladen",
"link-load-more": "weitere {n} Links nachladen",

View File

@ -276,6 +276,7 @@
"recruited-member": "Invited member"
},
"h": "h",
"info": "Info",
"language": "Language",
"link-load": "Load the last link | Load the last {n} links",
"link-load-more": "Load more {n} links",