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
+
options:
39
+
- label: I am building using file-based configuration (netlify.toml)
40
+
- type: dropdown
41
+
id: which-os
42
+
attributes:
43
+
label: What OS are you using?
44
+
description: (If you're using the CLI) What OS are you using?
45
+
options:
46
+
- Windows
47
+
- Mac OS
48
+
- Linux
49
+
- Other
50
+
- type: textarea
51
+
id: netlify-toml
52
+
attributes:
53
+
label: Your `netlify.toml` file
54
+
description: (If you're using file-based config) Please provide a copy of your `netlify.toml` file.
0 commit comments