Skip to content

Commit

Permalink
Added modules
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVDWeide committed Oct 17, 2024
1 parent e469b33 commit 9a43768
Show file tree
Hide file tree
Showing 11 changed files with 7,122 additions and 1,467 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions nuxt-app/nuxt.config.ts

This file was deleted.

17 changes: 17 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
modules: [
'@nuxtjs/tailwindcss',
'@nuxt/image',
'@nuxtjs/seo',
'@nuxt/content'
],
site: {
url: 'https://weidev.nl',
name: 'Personal Site',
description: 'Welcome!',
defaultLocale: 'en',
}
})
Loading

0 comments on commit 9a43768

Please sign in to comment.