Minor updates

This commit is contained in:
Dennis Reimann
2021-12-03 13:50:54 +01:00
parent b251bcdbfe
commit 04c4c2204e
2 changed files with 3 additions and 3 deletions

View File

@@ -21,10 +21,9 @@ jobs:
matrix: matrix:
node-version: [16] node-version: [16]
steps: steps:
# Checkout doc repo and its dependencies # Checkout and setup
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
# Setup Node
- name: Setup (Node.js ${{ matrix.node-version }}) - name: Setup (Node.js ${{ matrix.node-version }})
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:

View File

@@ -11,6 +11,7 @@
"config": { "config": {
"dist": "dist", "dist": "dist",
"port": "3000", "port": "3000",
"domain": "einundzwanzig.space",
"linkcheck": "blc -ro --filter-level 2 --requests 1 --exclude reddit.com --exclude t.me --exclude blog.voltage.cloud --exclude shiftcrypto.shop/en/products/black-friday-bundle-btc-41" "linkcheck": "blc -ro --filter-level 2 --requests 1 --exclude reddit.com --exclude t.me --exclude blog.voltage.cloud --exclude shiftcrypto.shop/en/products/black-friday-bundle-btc-41"
}, },
"scripts": { "scripts": {
@@ -36,7 +37,7 @@
"linkcheck": "start-server-and-test linkcheck:serve $npm_package_config_port linkcheck:local", "linkcheck": "start-server-and-test linkcheck:serve $npm_package_config_port linkcheck:local",
"linkcheck:serve": "serve -p $npm_package_config_port $npm_package_config_dist", "linkcheck:serve": "serve -p $npm_package_config_port $npm_package_config_dist",
"linkcheck:local": "$npm_package_config_linkcheck http://localhost:$npm_package_config_port", "linkcheck:local": "$npm_package_config_linkcheck http://localhost:$npm_package_config_port",
"linkcheck:prod": "$npm_package_config_linkcheck https://einundzwanzig.space" "linkcheck:prod": "$npm_package_config_linkcheck https://$npm_package_config_domain"
}, },
"dependencies": { "dependencies": {
"amplitudejs": "5.3.2" "amplitudejs": "5.3.2"