chore: now-playing -> api-text

This commit is contained in:
Cory Dransfeldt 2024-02-28 18:47:36 -08:00
parent a15b4a3648
commit 41fb2c3546
No known key found for this signature in database
4 changed files with 28 additions and 68 deletions

View file

@ -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',