Skip to content

Commit

Permalink
feat: move assets from in the bundle to a cdn (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Sep 6, 2021
1 parent 358fb5f commit 54960fb
Show file tree
Hide file tree
Showing 248 changed files with 22,972 additions and 459 deletions.
24 changes: 24 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"compilerOptions": {
"checkJs": false,
"resolveJsonModule": true,
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": [
"dist",
"node_modules",
"build",
".vscode",
".nuxt",
"coverage",
".npm",
".yarn"
],
"typeAcquisition": {
"enable": true
}
}
Loading

1 comment on commit 54960fb

@vercel
Copy link

@vercel vercel bot commented on 54960fb Sep 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.