6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
const assetVersion = '20260518-1'
|
|
|
|
export function assetPath(path: string) {
|
|
return `${path}?v=${assetVersion}`
|
|
}
|