friends-best/nuxt.config.ts
Louis Hollingworth b230abc48b
Added LinkCard
LinkCard is the component that deals with links on the homepage.
2022-05-21 22:10:00 +01:00

9 lines
179 B
TypeScript

import { defineNuxtConfig } from 'nuxt';
// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
css: [
'@/assets/styles/globals.scss'
]
});