wip
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: {enabled: true},
|
||||
devtools: { enabled: true },
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
API_BASE: 'https://service1.fenshenzhike.com/',
|
||||
@@ -13,14 +13,8 @@ export default defineNuxtConfig({
|
||||
'@pinia/nuxt',
|
||||
'@pinia-plugin-persistedstate/nuxt',
|
||||
'@vite-pwa/nuxt',
|
||||
['@nuxtjs/google-fonts', {
|
||||
display: 'swap',
|
||||
families: {
|
||||
Rubik: '100..900',
|
||||
'Noto Sans SC': '100..900',
|
||||
'Barlow Condensed': '100..900'
|
||||
}
|
||||
}],
|
||||
'@nuxtjs/google-fonts',
|
||||
'@nuxt/image',
|
||||
],
|
||||
ui: {
|
||||
icons: ['tabler', 'solar', 'line-md', 'svg-spinners'],
|
||||
@@ -34,4 +28,12 @@ export default defineNuxtConfig({
|
||||
defaultLocale: 'zh',
|
||||
defaultTimezone: 'Asia/Shanghai',
|
||||
},
|
||||
googleFonts: {
|
||||
display: 'swap',
|
||||
families: {
|
||||
Rubik: '100..900',
|
||||
'Noto Sans SC': '100..900',
|
||||
'Barlow Condensed': '100..900',
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user