Refresh icons urls to purge cache of 500 (#2483)

This commit is contained in:
Samy Pessé
2024-09-24 18:16:35 +02:00
committed by GitHub
parent 34d36c6de1
commit d0f4860759
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@gitbook/icons': patch
---
Update version for static assets to fix invalid caching
+1 -1
View File
@@ -3,7 +3,7 @@
import * as React from 'react';
import { IconStyle } from './types';
const version = 1;
const version = 2;
export interface IconsAssetsLocation {
/** Rroot url where the icon assets are served */