UI/UX tweaks and improvements.
This commit is contained in:
parent
4daec9b624
commit
418d3cc402
32 changed files with 2725 additions and 1201 deletions
|
|
@ -9,20 +9,7 @@ export default defineNuxtConfig({
|
|||
classSuffix: "",
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
link: [
|
||||
{ rel: "preconnect", href: "https://fonts.googleapis.com" },
|
||||
{
|
||||
rel: "preconnect",
|
||||
href: "https://fonts.gstatic.com",
|
||||
crossorigin: "",
|
||||
},
|
||||
{
|
||||
rel: "stylesheet",
|
||||
href: "https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400..700;1,400..700&family=Commit+Mono&display=swap",
|
||||
},
|
||||
],
|
||||
},
|
||||
head: {},
|
||||
},
|
||||
build: {
|
||||
transpile: ["vue-cal"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue