From 6f0ac77cd6ecefb74865902d23e0d819896cb2cb Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Sun, 21 Apr 2024 22:04:30 +0100 Subject: [PATCH] Update Nuxt build command in netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 94a20af..0a71e00 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,4 @@ NUXT_IMAGE_DOMAINS = "Comma separated list of domains. example.com,example2.com" [build] - command = "nuxi generate" \ No newline at end of file + command = "nuxt generate" \ No newline at end of file