Skip to content

Commit

Permalink
fix(nuxtjs): use typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jun 8, 2021
1 parent 586a2c1 commit 6e9c3af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
File renamed without changes.
7 changes: 1 addition & 6 deletions nuxtjs.org/nuxt.config.js → nuxtjs.org/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ export default withDocus({
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap' },
{ rel: 'preconnect', href: 'https://fonts.gstatic.com' }
],
buildModules: ['@nuxt/typescript-build'],
windicss: {
root: resolve(__dirname),
config: resolve(__dirname, 'windi.config.js')
},
socialImage: {
baseUrl: 'DOMIN',
chrome: {
browserWSEndpoint: 'wss://chrome.browserless.io/'
}
},
vite: {
optimizeDeps: {
include: ['cookie', 'js-cookie', 'property-information', 'clipboard'],
Expand Down
3 changes: 3 additions & 0 deletions nuxtjs.org/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../tsconfig.json"
}

1 comment on commit 6e9c3af

@vercel
Copy link

@vercel vercel bot commented on 6e9c3af Jun 8, 2021

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nuxtjs-with-docus – ./

nuxtjs-with-docus-git-dev-nuxtlabs.vercel.app
nuxtjs-with-docus-nuxtlabs.vercel.app
nuxtjs-with-docus.vercel.app

Please sign in to comment.