@rimelight/config 0.0.8 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -79,8 +79,8 @@ Zero-boilerplate setup with preconfigured Cloudflare adapter, Cloudflare cache,
79
79
  ```typescript
80
80
  import { defineConfig } from "astro/config"
81
81
  import { rimelightAstroConfig } from "@rimelight/config/astro"
82
- import en from "./src/translations/en.json"
83
- import pt from "./src/translations/pt.json"
82
+ import en from "./src/i18n/en.json"
83
+ import pt from "./src/i18n/pt.json"
84
84
 
85
85
  export default defineConfig(
86
86
  rimelightAstroConfig({