Skip to content

Commit

Permalink
Add netlify.toml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Apr 27, 2024
1 parent c97bf51 commit f739597
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions netlify.toml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[template.environment]
GQL_HOST = "WordPress URL http://example.com"
NUXT_IMAGE_DOMAINS = "Comma separated list of domains. example.com,example2.com"

[build]
command = "nuxt generate"

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

0 comments on commit f739597

Please sign in to comment.