Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacati committed Oct 17, 2024
1 parent cf4e54d commit 545f1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libs/aLaUne.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const linkPrefix = "/product/config?config=";
const imagePrefix = "/images";
// Fonction pour récupérer la configuration courante
export const getCurrentConfig = (configType) => configurations[configType] || configurations["50mk"];

// Fonction pour générer des données produits à partir de `config`
export const generateProductData = (config) => [
Expand Down
2 changes: 2 additions & 0 deletions src/libs/configurations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { all50Mk, all70airsal, all70airsalAlu, all70top, all75TopRose, all78Airsal, all78brk, all78Most, allTopalu, config, general } from 'libs/donner'
// Fonction pour récupérer la configuration courante
export const getCurrentConfig = (configType) => configurations[configType] || configurations["50mk"];

const imagePrefix = "/images";

Expand Down

0 comments on commit 545f1a7

Please sign in to comment.