1
0
Fork 0

fix(shared): Import logo path from non-JSX file

This commit is contained in:
joostdecock 2023-10-28 21:49:28 +02:00
parent ef94458e20
commit 3b3d313fe8
4 changed files with 8 additions and 8 deletions

2
config/logo.mjs Normal file

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
// Export defs // Export defs
import { logoPath } from '../../../sites/shared/components/logos/freesewing.mjs' import { logoPath } from '../../../config/logo.mjs'
export const logoDefs = [ export const logoDefs = [
{ {

File diff suppressed because one or more lines are too long

View file

@ -11363,10 +11363,10 @@ react-hotkeys-hook@4.4.1:
resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-4.4.1.tgz#1f7a7a1c9c21d4fa3280bf340fcca8fd77d81994" resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-4.4.1.tgz#1f7a7a1c9c21d4fa3280bf340fcca8fd77d81994"
integrity sha512-sClBMBioFEgFGYLTWWRKvhxcCx1DRznd+wkFHwQZspnRBkHTgruKIHptlK/U/2DPX8BhHoRGzpMVWUXMmdZlmw== integrity sha512-sClBMBioFEgFGYLTWWRKvhxcCx1DRznd+wkFHwQZspnRBkHTgruKIHptlK/U/2DPX8BhHoRGzpMVWUXMmdZlmw==
react-i18next@13.2.2: react-i18next@13.3.1:
version "13.2.2" version "13.3.1"
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.2.2.tgz#b1e78ed66a54f4bc819616f68b98221e1b1a1936" resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.3.1.tgz#9b072bf4dd4cafb028e92315a8a1415f8034bdca"
integrity sha512-+nFUkbRByFwnrfDcYqvzBuaeZb+nACHx+fAWN/pZMddWOCJH5hoc21+Sa/N/Lqi6ne6/9wC/qRGOoQhJa6IkEQ== integrity sha512-JAtYREK879JXaN9GdzfBI4yJeo/XyLeXWUsRABvYXiFUakhZJ40l+kaTo+i+A/3cKIED41kS/HAbZ5BzFtq/Og==
dependencies: dependencies:
"@babel/runtime" "^7.22.5" "@babel/runtime" "^7.22.5"
html-parse-stringify "^3.0.1" html-parse-stringify "^3.0.1"