projects
/
website
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7eb69
)
Changed target to static
author
Lukas Krickl
<lukas@krickl.dev>
Fri, 5 Nov 2021 13:40:17 +0000
(14:40 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Fri, 5 Nov 2021 13:40:17 +0000
(14:40 +0100)
nuxt.config.js
patch
|
blob
|
history
diff --git
a/nuxt.config.js
b/nuxt.config.js
index 0adb4aada13b0275bacd590527f112acb7c10d6a..e1bc7ff883229db010ca46e037b383b03464da15 100644
(file)
--- a/
nuxt.config.js
+++ b/
nuxt.config.js
@@
-1,5
+1,6
@@
export default {
+ target: 'static', // default is 'server'
title: 'my website title',
meta: [
{ charset: 'utf-8' },