代码拉取完成,页面将自动刷新
同步操作将从 little3201/leafage-pw 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
export default {
ssr: true,
head: {
title: 'Leafage',
htmlAttrs: {
lang: 'en'
},
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'og:site_name', property: 'og:site_name', content: 'Leafage' },
{ hid: 'og:type', property: 'og:type', content: 'website' },
{ name: 'google-site-verification', content: 'ph8yiMtTCaq7CbTlp0ut2JvjqhpAZE4QPCbNBgaDcwQ' },
{ hid: 'twitter:site', name: 'twitter:site', content: '@Leafage' },
{
hid: 'twitter:card',
name: 'twitter:card',
content: 'summary_large_image'
},
{
hid: 'og:image',
property: 'og:image',
content: 'https://nuxtjs.org/nuxt-card.png'
},
{
hid: 'og:image:secure_url',
property: 'og:image:secure_url',
content: 'https://nuxtjs.org/nuxt-card.png'
},
{
hid: 'og:image:alt',
property: 'og:image:alt',
content: 'Leafage'
},
{
hid: 'twitter:image',
name: 'twitter:image',
content: 'https://nuxtjs.org/nuxt-card.png'
}
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
{ rel: 'preconnect', href: 'https://www.google-analytics.com' },
]
},
// Global CSS (https://go.nuxtjs.dev/config-css)
css: [
'~/node_modules/highlight.js/styles/github.css'
],
// Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins)
plugins: [
'~/plugins/accessor',
'~/plugins/composition-api',
'~/plugins/ga.client'
],
// Auto import components (https://go.nuxtjs.dev/config-components)
components: [
'~/components/templates',
'~/components/global',
'~/components/sections',
],
// Modules for dev and build (recommended) (https://go.nuxtjs.dev/config-modules)
buildModules: [
// https://go.nuxtjs.dev/typescript
'@nuxt/typescript-build',
// https://go.nuxtjs.dev/tailwindcss
'@nuxtjs/tailwindcss',
],
// Modules (https://go.nuxtjs.dev/config-modules)
modules: [
// https://go.nuxtjs.dev/axios
'@nuxtjs/axios',
// https://github.com/nuxt-community/markdownit-module
'@nuxtjs/markdownit'
],
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
axios: {
https: true,
progress: true,
credentials: true,
baseURL: 'https://www.abeille.top/api',
// proxy: true
},
markdownit: {
preset: 'default',
linkify: true,
breaks: true,
use: [
'markdown-it-div',
'markdown-it-highlightjs',
'markdown-it-mark',
'markdown-it-deflist'
],
runtime: true // Support `$md()`
},
env: {
baseUrl: process.env.BASE_URL || 'https://www.abeille.top/api'
},
globalName: 'leafage',
// nuxt loading configuration (https://zh.nuxtjs.org/api/configuration-loading)
loading: {
color: 'black'
},
generate: {
fallback: false,
routes: ['/', '404']
},
// Build Configuration (https://go.nuxtjs.dev/config-build)
build: {
extractCSS: true,
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。