mirror of
https://github.com/wassname/template.git
synced 2026-09-13 13:10:31 +08:00
Make polyfills link absolute. Release 2.2.7
This commit is contained in:
@@ -42,7 +42,7 @@ const addBackIn = `
|
||||
window.addEventListener('WebComponentsReady', function() {
|
||||
console.warn('WebComponentsReady');
|
||||
const loaderTag = document.createElement('script');
|
||||
loaderTag.src = '/template.v2.js';
|
||||
loaderTag.src = 'https://distill.pub/template.v2.js';
|
||||
document.head.insertBefore(loaderTag, document.head.firstChild);
|
||||
});
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user