You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out [CONTRIBUTING.md](https://github.com/netlify/netlify-plugin-nextjs/blob/main/CONTRIBUTING.md#what-is-a-reproducible-test-case) for advice on producing a reproduction repo.
32
+
- type: checkboxes
33
+
id: more-info
34
+
attributes:
35
+
label: More information about your build
36
+
options:
37
+
- label: I am building using the CLI
38
+
- label: I am building using file-based configuration (netlify.toml)
39
+
- type: dropdown
40
+
id: which-os
41
+
attributes:
42
+
label: What OS are you using?
43
+
description: (If you're using the CLI) What OS are you using?
44
+
options:
45
+
- Windows
46
+
- Mac OS
47
+
- Linux
48
+
- Other
49
+
- type: textarea
50
+
id: netlify-toml
51
+
attributes:
52
+
label: Your `netlify.toml` file
53
+
description: (If you're using file-based config) Please provide a copy of your `netlify.toml` file.
0 commit comments