mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
fix: correct skypack download url
This commit is contained in:
parent
acf65a366c
commit
c7b660452c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user