Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ out/
public/pdf/pages/
.idea/
secrets.toml
content_catalog.json
18 changes: 11 additions & 7 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
[build]
command = "make export"
publish = "out"

[[plugins]]
# Setting the plugin manually, so we can pick the version (see package.json).
package = "@netlify/plugin-nextjs"
# Setting the plugin manually, so we can pick the version (see package.json).
package = "@netlify/plugin-nextjs"

# IMPORTANT: Keep this in sync with next.config.js
[[headers]]
for = "/*"
[headers.values]
Strict-Transport-Security = "max-age=31536000; includeSubDomains"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = """
for = "/*"
[headers.values]
Strict-Transport-Security = "max-age=31536000; includeSubDomains"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = """
upgrade-insecure-requests; \
frame-ancestors 'self' ; \
frame-src https: ; \
Expand Down
1,402 changes: 0 additions & 1,402 deletions public/content_catalog.json

This file was deleted.

Loading