Skip to content

Commit df74e61

Browse files
committed
thankyou page added and survey form working
1 parent 58f51ce commit df74e61

File tree

5 files changed

+426
-182
lines changed

5 files changed

+426
-182
lines changed

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ export default defineConfig({
3737
optimizeDeps: {
3838
exclude: ["@resvg/resvg-js"]
3939
}
40-
}
40+
},
41+
output: 'server',
4142
});

public/responses/survey-responses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"q7": "Educational toys",
1111
"q9": "ttttttttttttttttttttt"
1212
}
13-
]
13+
]

0 commit comments

Comments
 (0)