Discrepancies between the integration and the docs #26
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
question
Further information is requested
Hi Florian,
Wanted to share two instances of discrepancies between the integration and the docs.
using the command line `` to start the integration updates
astro.config.mjs
with these two lines:import liciousI18n from "@astrolicious/i18n";
integrations: [liciousI18n()]
These two lines do not match the docs shown in the screenshot below:
Here's a repro
import { definConfig } from "astro/config"
is missing ae
indefin
=>define
I'll do a PR for these typos, but I don't know what to do about the first one.
The text was updated successfully, but these errors were encountered: