Ishan Ahuja
Ishan Ahuja
Update the existing `copy` task, to include moving the fonts directory from `src/` to `dist/` (and closes #11).
Fonts that are included in the `src/` directory (and referenced via the `$typefaces` variable in `styles.scss`) aren't present in the `dist/` directory after running the `default` or `build` Gulp tasks....
I'm getting the following error message: `node_modules/astro-imagetools/utils/runtimeChecks.js:9:21: Top-level await is not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari13" + 2 overrides)` Using astro 1.2.7 and astro-imagetools...