Skip to content

Commit 8bd7e44

Browse files
Make llms-full autogen on deploy (#1324)
* Make llms-full autogen on deploy * Remove public/content_catalog.json * Add content_catalog.json to gitignore * Fix command * Upgrade Python runtime to fix build errors. * Add uv --------- Co-authored-by: Debbie Matthews <debbie.matthews@snowflake.com>
1 parent c388bd0 commit 8bd7e44

File tree

6 files changed

+15
-26416
lines changed

6 files changed

+15
-26416
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ out/
114114
public/pdf/pages/
115115
.idea/
116116
secrets.toml
117+
content_catalog.json

netlify.toml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
[build]
2+
command = "make export"
3+
publish = "out"
4+
15
[[plugins]]
2-
# Setting the plugin manually, so we can pick the version (see package.json).
3-
package = "@netlify/plugin-nextjs"
6+
# Setting the plugin manually, so we can pick the version (see package.json).
7+
package = "@netlify/plugin-nextjs"
48

59
# IMPORTANT: Keep this in sync with next.config.js
610
[[headers]]
7-
for = "/*"
8-
[headers.values]
9-
Strict-Transport-Security = "max-age=31536000; includeSubDomains"
10-
X-Content-Type-Options = "nosniff"
11-
Content-Security-Policy = """
11+
for = "/*"
12+
[headers.values]
13+
Strict-Transport-Security = "max-age=31536000; includeSubDomains"
14+
X-Content-Type-Options = "nosniff"
15+
Content-Security-Policy = """
1216
upgrade-insecure-requests; \
1317
frame-ancestors 'self' ; \
1418
frame-src https: ; \

public/content_catalog.json

Lines changed: 0 additions & 1402 deletions
This file was deleted.

0 commit comments

Comments
 (0)