diff --git a/netlify.toml.example b/netlify.toml.example new file mode 100644 index 0000000..7056547 --- /dev/null +++ b/netlify.toml.example @@ -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/.*"]