We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee3daa commit 85e4336Copy full SHA for 85e4336
4 files changed
.gitignore
@@ -12,4 +12,6 @@ docs/.vuepress/dist
12
.phpunit.result.cache
13
.php-cs-fixer.cache
14
phpstan.neon
15
-.github/instructions
+.github/instructions
16
+# Local Netlify folder
17
+.netlify
docs-v3/.data/content/contents.sqlite
0 Bytes
docs-v3/nuxt.config.ts
@@ -86,10 +86,10 @@ export default defineNuxtConfig({
86
typeCheck: false
87
},
88
89
- // Static site generation for Vercel
+ // Static site generation for Netlify
90
ssr: true,
91
nitro: {
92
- preset: 'vercel-static',
+ preset: 'netlify-static',
93
prerender: {
94
failOnError: false,
95
crawlLinks: true,
polyscope.json
@@ -0,0 +1,9 @@
1
+{
2
+ "scripts": {
3
+ "setup": "herd link",
4
+ "archive": "herd unlink"
5
+ },
6
+ "preview": {
7
+ "url": "http://{{folder}}.test"
8
+ }
9
+}
0 commit comments