dist/ -> out/

This commit is contained in:
Kognise 2020-10-01 13:42:13 -04:00
parent 3b94bb4bf3
commit 7341679dd5
No known key found for this signature in database
GPG key ID: 23BD5389DB3E0A5E
31 changed files with 2894 additions and 20 deletions

View file

@ -14,7 +14,7 @@ $$('*').forEach((el) => (el.style = ''))
document.head.append(
createElement('link', {
rel: 'stylesheet',
href: '//cdn.jsdelivr.net/npm/water.css@2/dist/water.css'
href: 'https://cdn.jsdelivr.net/npm/water.css@2/out/water.css'
}),
!$$('meta[name="viewport"]').length && createElement('meta', {
name: 'viewport',