Skip to content

Commit

Permalink
Merge pull request #1243 from samuelstroschein/master
Browse files Browse the repository at this point in the history
update inlang.config.js
  • Loading branch information
jonator authored Jan 27, 2023
2 parents 130ad38 + 038aa30 commit 22bd8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inlang.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* More information about the config is available here
* https://inlang.com/documentation/config
*/
export async function initializeConfig(env) {
export async function defineConfig(env) {
// importing inlang-plugin-json from https://github.com/samuelstroschein/inlang-plugin-json
const plugin = await env.$import(
"https://cdn.jsdelivr.net/gh/samuelstroschein/inlang-plugin-json@1.0.0/dist/index.js"
"https://cdn.jsdelivr.net/gh/samuelstroschein/inlang-plugin-json@1/dist/index.js"
);

const pluginConfig = {
Expand Down

1 comment on commit 22bd8c8

@vercel
Copy link

@vercel vercel bot commented on 22bd8c8 Jan 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.