init
This commit is contained in:
parent
0901ac574c
commit
faf95ec89c
@ -60,4 +60,10 @@ export default defineNuxtConfig({
|
|||||||
fonts: {
|
fonts: {
|
||||||
provider: 'google',
|
provider: 'google',
|
||||||
},
|
},
|
||||||
|
nitro: {
|
||||||
|
preset: 'static',
|
||||||
|
},
|
||||||
|
routeRules: {
|
||||||
|
'/**': { prerender: true },
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
7
public/netlify-form-dummy.html
Normal file
7
public/netlify-form-dummy.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<!-- Dummy form for Netlify recognition -->
|
||||||
|
<form name="contacts" netlify>
|
||||||
|
<input type="text" name="name" />
|
||||||
|
<input type="text" name="phone" />
|
||||||
|
<input type="text" name="service" />
|
||||||
|
<input type="text" name="comment" />
|
||||||
|
</form>
|
||||||
Loading…
x
Reference in New Issue
Block a user