diff --git a/index.html b/index.html index 80821b0..9360132 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,6 @@ - - Vitesse
diff --git a/package.json b/package.json index 0775e2f..b076ab7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "scripts": { "dev": "vite --port 3333 --open", - "build": "cross-env NODE_ENV=production vite-ssg build --script async" + "build": "cross-env NODE_ENV=production vite-ssg build" }, "dependencies": { "@vueuse/core": "^4.0.12", diff --git a/src/App.vue b/src/App.vue index 95bd371..1f358ca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,3 +1,17 @@ + +