File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed
Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change 11import type { Hobbies } from '$lib/utils/types' ;
22
3- const getGraphics = ( ) => {
4- const paths = import . meta. glob ( '/static/images/graphics/**' ) ;
5- return Object . keys ( paths ) . map ( ( graphic ) => graphic . substring ( 7 ) ) ;
6- } ;
7-
8- const graphicsPaths = getGraphics ( ) ;
3+ // const getGraphics = () => {
4+ // const paths = import.meta.glob('/static/images/graphics/**');
5+ // return Object.keys(paths).map((graphic) => graphic.substring(7));
6+ // };
7+ //
8+ // const graphicsPaths = getGraphics();
9+ //
10+ const graphicsPaths = [
11+ '/images/graphics/ChronicleHoodies-s2024.png' ,
12+ '/images/graphics/ChronicleHoodies-s2024.png' ,
13+ '/images/graphics/ChronicleHoodies-s2024.png' ,
14+ '/images/graphics/ChronicleHoodies-s2024.png' ,
15+ '/images/graphics/ChronicleHoodies-s2024.png' ,
16+ '/images/graphics/ChronicleHoodies-s2024.png' ,
17+ '/images/graphics/ChronicleHoodies-s2024.png' ,
18+ '/images/graphics/ChronicleHoodies-s2024.png' ,
19+ '/images/graphics/ChronicleHoodies-s2024.png' ,
20+ '/images/graphics/ChronicleHoodies-s2024.png'
21+ ] ;
922
1023export default [
1124 {
You can’t perform that action at this time.
0 commit comments