Nuxt version updated to 3.0.0

pull/3420/head
Bahadır Sofuoğlu 2022-12-08 21:30:15 +03:00
parent 7aae278a2c
commit 502c23c05c
4 changed files with 2274 additions and 2710 deletions

View File

@ -1,5 +1,4 @@
import vueJsx from '@vitejs/plugin-vue-jsx';
import { defineNuxtConfig } from 'nuxt';
const path = require('path');
// https://v3.nuxtjs.org/api/configuration/nuxt.config
@ -11,15 +10,15 @@ export default defineNuxtConfig({
baseURL: process.env.NODE_ENV === 'production' ? '/primevue-nuxt' : '/',
head: {
link: [
{
id: 'theme-link',
rel: 'stylesheet',
href: `/themes/lara-light-blue/theme.css`
},
{
id: 'home-table-link',
rel: 'stylesheet',
href: '/styles/landing/themes/lara-light-blue/theme.css'
href: 'styles/landing/themes/lara-light-blue/theme.css'
},
{
id: 'theme-link',
rel: 'stylesheet',
href: `themes/lara-light-blue/theme.css`
}
]
}

4968
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,7 +39,7 @@
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.0.6",
"jsdom": "^19.0.0",
"nuxt": "^3.0.0-rc.9",
"nuxt": "^3.0.0",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"prismjs": "^1.29.0",

View File

@ -110,4 +110,5 @@ export default {
<style lang="scss">
@import '@/assets/styles/landing/landing.scss';
@import '@/assets/styles/app/app.scss';
</style>