Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 5f1e629

Browse files
committed
feat: updated nuxt config
1 parent 14d96a7 commit 5f1e629

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nuxt.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
2+
ssr: false,
23
// Global page headers: https://go.nuxtjs.dev/config-head
34
head: {
45
title: "Website-Shot | Home",
@@ -16,8 +17,6 @@ export default {
1617
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],
1718
},
1819

19-
target: "static",
20-
2120
// Global CSS: https://go.nuxtjs.dev/config-css
2221
css: ["~/assets/css/main.scss"],
2322

0 commit comments

Comments
 (0)