fix: correct skypack download url

This commit is contained in:
arthurfiorette 2022-08-02 09:20:10 -03:00
parent acf65a366c
commit c7b660452c
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -22,7 +22,7 @@ import { setupCache } from 'axios-cache-interceptor';
const { setupCache } = window.AxiosCacheInterceptor;
// ESM with Skypack CDN
import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.10.6';
import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.10.7';
```
```html