Thumbnail doubles up as secondary loader; Webpack dev server as primary dev stack, dynamic base_href to accommodate

This commit is contained in:
James Barnsley
2022-10-30 21:24:41 +13:00
parent 742a0e98ff
commit bb456a9afa
7 changed files with 124 additions and 124 deletions

View File

@ -99,7 +99,7 @@ jobs:
run: npm install
- name: Build JS
run: npm run build:prod
run: npm run prod
- name: Setup Python
uses: actions/setup-python@v2