This commit is contained in:
@@ -4,7 +4,7 @@ export const cards = {} as Record<string, Component>;
|
|||||||
export const tokens = {} as Record<string, Component>;
|
export const tokens = {} as Record<string, Component>;
|
||||||
|
|
||||||
export async function compileCards() {
|
export async function compileCards() {
|
||||||
const svgs = import.meta.glob("./assets/images/cards/heron-svg/*.svg", {
|
const svgs = import.meta.glob("@/assets/images/cards/heron-svg/*.svg", {
|
||||||
eager: true,
|
eager: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ export async function compileCards() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function compileTokens() {
|
export async function compileTokens() {
|
||||||
const svgs = import.meta.glob("./assets/images/tokens/*.svg", {
|
const svgs = import.meta.glob("@/assets/images/tokens/*.svg", {
|
||||||
eager: true,
|
eager: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user