chore: now-playing -> api-text
This commit is contained in:
parent
a15b4a3648
commit
41fb2c3546
4 changed files with 28 additions and 68 deletions
|
@ -61,7 +61,7 @@ export default async function (eleventyConfig) {
|
|||
'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',
|
||||
'node_modules/@cdransf/api-text/api-text.js': 'assets/scripts/components/api-text.js',
|
||||
})
|
||||
eleventyConfig.addPassthroughCopy({
|
||||
'node_modules/@cdransf/theme-toggle/theme-toggle.js': 'assets/scripts/components/theme-toggle.js',
|
||||
|
|
Reference in a new issue