mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Link the checks into the code & made a basic news summary system
This commit is contained in:
parent
aea658a4cb
commit
f3204cb574
6 changed files with 51 additions and 20 deletions
|
@ -23,7 +23,7 @@ export default defineNuxtConfig({
|
|||
"/api/home/lt": { swr: 3600 },
|
||||
},
|
||||
|
||||
css: ["~/styles/main.css"],
|
||||
css: ["~/styles/main.css", "@fontsource-variable/noto-sans-tc"],
|
||||
|
||||
modules: ["@nuxtjs/robots", "@nuxtjs/seo", "@nuxtjs/i18n", "@nuxtjs/tailwindcss", "shadcn-nuxt", "motion-v/nuxt", "@sentry/nuxt/module"],
|
||||
|
||||
|
@ -37,7 +37,6 @@ export default defineNuxtConfig({
|
|||
},
|
||||
|
||||
site: {
|
||||
url: "https://news.yuanhau.com/",
|
||||
title: "新聞盲點平台",
|
||||
description: "",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue