This commit is contained in:
2025-12-20 18:57:44 +08:00
parent 8aa6a7ace0
commit e5cd753904
3 changed files with 15 additions and 12 deletions

View File

@@ -1,5 +1,9 @@
<script setup lang="ts"> <template>
import { aboutPage, footerData, navbarData, socialLinks } from "~/data"; <h1>Hello</h1>
</template>
<!-- <script setup lang="ts">
import { aboutPage, footerData } from "~/data";
useHead({ useHead({
title: "About", title: "About",
@@ -68,4 +72,4 @@ useHead({
</div> </div>
</div> </div>
</div> </div>
</template> </template> -->

View File

@@ -44,12 +44,12 @@ export default defineNuxtConfig({
strict: true, strict: true,
}, },
// nitro: { nitro: {
// prerender: { prerender: {
// crawlLinks: true, crawlLinks: true,
// routes: ['/', '/rss.xml'], routes: ["/", "/rss.xml"],
// }, },
// }, },
colorMode: { colorMode: {
classSuffix: "", classSuffix: "",

View File

@@ -1,7 +1,6 @@
{ {
"name": "@nurriyad/nuxt-blog", "name": "cloud-blog",
"version": "2.0.0", "private": false,
"private": true,
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "nuxt build", "build": "nuxt build",