update
This commit is contained in:
@@ -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> -->
|
||||
|
||||
@@ -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: "",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user