Nuxt version updated to 3.0.0
parent
7aae278a2c
commit
502c23c05c
|
@ -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`
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
|
@ -110,4 +110,5 @@ export default {
|
|||
|
||||
<style lang="scss">
|
||||
@import '@/assets/styles/landing/landing.scss';
|
||||
@import '@/assets/styles/app/app.scss';
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue