Add chevron-right to astro-icon include list
The 50Ω resistor button uses lucide:chevron-right which wasn't in the explicit icon include list, causing SSR to crash mid-stream on the homepage.
This commit is contained in:
parent
26f9eb996e
commit
d65f23d6ee
@ -9,7 +9,7 @@ export default defineConfig({
|
|||||||
adapter: node({ mode: 'standalone' }),
|
adapter: node({ mode: 'standalone' }),
|
||||||
integrations: [
|
integrations: [
|
||||||
react(),
|
react(),
|
||||||
icon({ include: { lucide: ['plus', 'book-open', 'zap', 'cpu', 'activity', 'circuit-board', 'file-text', 'chevron-down', 'arrow-right', 'check-circle-2'] } }),
|
icon({ include: { lucide: ['plus', 'book-open', 'zap', 'cpu', 'activity', 'circuit-board', 'file-text', 'chevron-down', 'chevron-right', 'arrow-right', 'check-circle-2'] } }),
|
||||||
],
|
],
|
||||||
telemetry: false,
|
telemetry: false,
|
||||||
devToolbar: { enabled: false },
|
devToolbar: { enabled: false },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user