Frontend: Basic framework
This commit is contained in:
@@ -2,9 +2,15 @@ export default {
|
||||
// Target (https://go.nuxtjs.dev/config-target)
|
||||
target: 'static',
|
||||
|
||||
generate: {
|
||||
dir: "web"
|
||||
},
|
||||
|
||||
|
||||
|
||||
// Global page headers (https://go.nuxtjs.dev/config-head)
|
||||
head: {
|
||||
title: 'tubio-frontend-nuxt-app',
|
||||
title: 'Tubio - Video downloader',
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
@@ -16,7 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
// Global CSS (https://go.nuxtjs.dev/config-css)
|
||||
css: [
|
||||
scss: [
|
||||
"~/assets/scss/main.scss"
|
||||
],
|
||||
|
||||
// Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins)
|
||||
|
Reference in New Issue
Block a user