Skip to content

Commit 91782f8

Browse files
committed
chore: rename to recharging
1 parent b12e53b commit 91782f8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function downloadIcs() {
7979
const ics = [
8080
'BEGIN:VCALENDAR',
8181
'VERSION:2.0',
82-
'PRODID:-//npmx//holiday//EN',
82+
'PRODID:-//npmx//recharging//EN',
8383
'BEGIN:VEVENT',
8484
`DTSTART:${fmt(start)}`,
8585
`DTEND:${fmt(end)}`,

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default defineNuxtConfig({
149149
'/privacy': { prerender: true },
150150
'/search': { isr: false, cache: false }, // never cache
151151
'/settings': { prerender: true },
152-
'/holiday': { prerender: true },
152+
'/recharging': { prerender: true },
153153
// proxy for insights
154154
'/_v/script.js': { proxy: 'https://npmx.dev/_vercel/insights/script.js' },
155155
'/_v/view': { proxy: 'https://npmx.dev/_vercel/insights/view' },

server/middleware/canonical-redirects.global.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const pages = [
2525
'/privacy',
2626
'/search',
2727
'/settings',
28-
'/holiday',
28+
'/recharging',
2929
]
3030

3131
const cacheControl = 's-maxage=3600, stale-while-revalidate=36000'

0 commit comments

Comments
 (0)