website: fix qrcode dependency
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
"fast-uri": "^2.1.0",
|
"fast-uri": "^2.1.0",
|
||||||
"markdown-it-anchor": "^8.6.4",
|
"markdown-it-anchor": "^8.6.4",
|
||||||
"markdown-it-replace-link": "^1.1.0",
|
"markdown-it-replace-link": "^1.1.0",
|
||||||
"qrcode": "^1.5.1",
|
"qrcode": "1.5.1",
|
||||||
"slugify": "^1.6.5",
|
"slugify": "^1.6.5",
|
||||||
"tailwindcss": "^3.2.7"
|
"tailwindcss": "^3.2.7"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
cp -R blog website/src
|
cp -R blog website/src
|
||||||
cp -R images website/src
|
cp -R images website/src
|
||||||
rm website/src/blog/README.md
|
rm website/src/blog/README.md
|
||||||
@@ -20,7 +22,7 @@ node merge_translations.js
|
|||||||
|
|
||||||
# creating folders for each language for internationalization
|
# creating folders for each language for internationalization
|
||||||
for lang in "${langs[@]}"; do
|
for lang in "${langs[@]}"; do
|
||||||
mkdir src/$lang
|
mkdir -p src/$lang
|
||||||
cp src/index.html src/$lang
|
cp src/index.html src/$lang
|
||||||
cp src/contact.html src/$lang
|
cp src/contact.html src/$lang
|
||||||
cp src/invitation.html src/$lang
|
cp src/invitation.html src/$lang
|
||||||
|
|||||||
Reference in New Issue
Block a user