Skip to content

Commit

Permalink
Add domain to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Apr 15, 2024
1 parent 35c5859 commit 22d4069
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
NUXT_IMAGE_DOMAINS = "Comma separated list of domains. example.com,example2.com"

[build]
command = "nuxi generate"
command = "nuxi generate"

[images]
remote_images = ["https://secure.woonuxt.com/.*"]

0 comments on commit 22d4069

Please sign in to comment.