-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added online cfp form * testing different toml configuration * ehanced config * testing new config * fixed typo * fixed cfp date
- Loading branch information
1 parent
4050e68
commit 86877e3
Showing
8 changed files
with
1,098 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
[build] | ||
command = "npm run build" | ||
publish = ".next" | ||
|
||
[build.environment] | ||
NODE_VERSION = "16.13.2" | ||
NPM_VERSION = "8.1.2" | ||
|
||
[functions] | ||
directory = "netlify/functions" | ||
|
||
[[headers]] | ||
for = "/*" | ||
[headers.values] | ||
X-Frame-Options = "ALLOW-FROM https://www.youtube.com/" | ||
|
||
[build] | ||
command = "npm run build && npm run export" | ||
publish = "out" | ||
|
||
[build.environment] | ||
NODE_VERSION = "16.13.2" | ||
NPM_VERSION = "8.1.2" | ||
[[plugins]] | ||
package = "@netlify/plugin-nextjs" |
Oops, something went wrong.