Skip to content

Commit

Permalink
🐛 (head) fix header meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 8, 2021
1 parent 6e9c3af commit 2803f97
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions nuxtjs.org/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import { withDocus } from '../src'
// Learn more at https://docus.dev
export default withDocus({
rootDir: __dirname,
link: [
{ 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'],
head: {
link: [
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap' },
{ rel: 'preconnect', href: 'https://fonts.gstatic.com' }
]
},
windicss: {
root: resolve(__dirname),
config: resolve(__dirname, 'windi.config.js')
Expand Down

0 comments on commit 2803f97

Please sign in to comment.