Phyllon
Phyllon
Please refer to https://stackoverflow.com/a/74561723/19901666 for Nuxt3.
It imports style sheets from google fonts, which **violates the EU's GDPR privacy act**. Has anyone figured out, if self-hosting the respective fonts will prevent the module from downloading fonts?
@danielroe I couldn't find any `define` option in `vitest`, nor any solution to mock e.g. `import.meta.client` per test. Also `vi.stubGlobal()` from `VitestUtils` was not able to mock it, as it...