chore: now-playing web component
This commit is contained in:
parent
e605cdbfe9
commit
37278c0348
4 changed files with 16 additions and 54 deletions
|
@ -60,6 +60,9 @@ export default async function (eleventyConfig) {
|
|||
eleventyConfig.addPassthroughCopy({
|
||||
'node_modules/@zachleat/pagefind-search/pagefind-search.js': 'assets/scripts/components/pagefind-search.js',
|
||||
})
|
||||
eleventyConfig.addPassthroughCopy({
|
||||
'node_modules/@cdransf/now-playing/now-playing.js': 'assets/scripts/components/now-playing.js',
|
||||
})
|
||||
eleventyConfig.addPassthroughCopy({
|
||||
'node_modules/@cdransf/theme-toggle/theme-toggle.js': 'assets/scripts/components/theme-toggle.js',
|
||||
})
|
||||
|
|
Reference in a new issue