You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to be able to prepend a path to the href links generated in index.html.
In my case, I'm using pwa-asset-generator in the context of a create-react-app application and my links need to look like this: <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-icon-180.png">
The text was updated successfully, but these errors were encountered:
# [1.2.0](v1.1.7...v1.2.0) (2019-09-12)
### Features
* **main:** added option to provide path prefix to generated href links ([268c671](268c671)), closes [#31](#31)
* **main:** added option to provide path prefix to generated href links ([1e18466](1e18466)), closes [#31](#31)
* **main:** exposed private API via main.js ([afce4af](afce4af)), closes [#5](#5)
* **main:** exposed private API via main.js ([d3367ad](d3367ad)), closes [#5](#5)
* **main:** refactored main and added index.d.ts ([72a7fe4](72a7fe4)), closes [#5](#5)
* **main:** refactored main and added index.d.ts ([1ab1c3e](1ab1c3e)), closes [#5](#5)
Would be nice to be able to prepend a path to the href links generated in index.html.
In my case, I'm using
pwa-asset-generator
in the context of acreate-react-app
application and my links need to look like this:<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-icon-180.png">
The text was updated successfully, but these errors were encountered: