feat: add site box

also make mobile easier to see
This commit is contained in:
2022-08-08 17:49:35 -04:00
parent 98ebf43fa3
commit bd852ba906
18 changed files with 498 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
{
// https://v3.nuxtjs.org/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {"esModuleInterop": true}
}