From 3dbc0dadf00af51a7421b19881e98c89600ee867 Mon Sep 17 00:00:00 2001 From: DevBen <109157533+git-create-devben@users.noreply.github.com> Date: Fri, 26 Apr 2024 01:35:48 +0100 Subject: [PATCH] Update with-nextjs.md (#124) --- docs/guide/with-nextjs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/with-nextjs.md b/docs/guide/with-nextjs.md index b3ee314..db4ec5e 100644 --- a/docs/guide/with-nextjs.md +++ b/docs/guide/with-nextjs.md @@ -15,7 +15,7 @@ in your `next.config.js`: ```js [CommonJS] /** @type {import('next').NextConfig} */ module.exports = { - // othor next config here... + // other next config here... webpack: config => { config.plugins.push(new VeliteWebpackPlugin()) return config