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

View File

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

View File

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