Code for https://gm112.neocities.org/ gm112.neocities.org/

ci: fix typo in assets path for workaround

+1 -1
+1 -1
.tangled/workflows/deploy.yaml
··· 42 42 # _deploy_pids+=($!) 43 43 44 44 # FIXME: Figure out why NuxtImg is not copying images in subdirs correctly. 45 - cp -r ./app/assets/images/* "$SITE_PATH/.output/public/_ipx/_/" 45 + cp -r ./app/assets/images/* "$SITE_PATH/_ipx/_/" 46 46 47 47 # TODO: Re-enable this later once I figure out why wisp.place is totally broken 48 48