mirror of
https://github.com/kevin-DL/team-management.git
synced 2026-01-22 15:15:26 +00:00
Trying a server deploy target with vercel
This commit is contained in:
@@ -9,7 +9,7 @@ export default {
|
|||||||
** Nuxt target
|
** Nuxt target
|
||||||
** See https://nuxtjs.org/api/configuration-target
|
** See https://nuxtjs.org/api/configuration-target
|
||||||
*/
|
*/
|
||||||
target: 'static',
|
target: 'server',
|
||||||
/*
|
/*
|
||||||
** Headers of the page
|
** Headers of the page
|
||||||
** See https://nuxtjs.org/api/configuration-head
|
** See https://nuxtjs.org/api/configuration-head
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div class="h-screen w-screen bg-primary">
|
||||||
|
<div class="w-full md:w-1/2 bg-secondary ">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|||||||
@@ -29,6 +29,12 @@ module.exports = {
|
|||||||
black: '#000',
|
black: '#000',
|
||||||
white: '#fff',
|
white: '#fff',
|
||||||
|
|
||||||
|
primary: '#CCDBDC',
|
||||||
|
secondary: '#80CED7',
|
||||||
|
ternary: '#63C7B2',
|
||||||
|
fourth: '#8E6C88',
|
||||||
|
fifth: '#263D42',
|
||||||
|
|
||||||
gray: {
|
gray: {
|
||||||
100: '#f7fafc',
|
100: '#f7fafc',
|
||||||
200: '#edf2f7',
|
200: '#edf2f7',
|
||||||
|
|||||||
Reference in New Issue
Block a user