Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odiak committed Aug 12, 2023
1 parent 51aea9f commit f421eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
plugins: [react()],
define: {
kakeruSecrets: fs.readFileSync('./secrets.json', 'utf-8'),
isRecaptchaEnabled: false
isRecaptchaEnabled: true
},
build: {
rollupOptions: {
Expand Down

0 comments on commit f421eb1

Please sign in to comment.