Skip to content

Commit

Permalink
chore: add compatibilityDate
Browse files Browse the repository at this point in the history
  • Loading branch information
k-urtica committed Jul 19, 2024
1 parent 25e2657 commit 90dd82a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ const description
= 'Hey there! I\'m K, a web developer who loves programming and traveling. This is my portfolio site.';

export default defineNuxtConfig({
srcDir: 'src/',
compatibilityDate: '2024-07-19',

srcDir: 'src/',
components: [{ path: '~/components', pathPrefix: false }],

app: {
head: {
htmlAttrs: {
Expand Down Expand Up @@ -35,7 +37,6 @@ export default defineNuxtConfig({
},

css: ['~/assets/main.css'],

modules: ['@nuxtjs/tailwindcss', '@nuxtjs/sitemap', '@nuxt/eslint', '@nuxt/fonts'],

sitemap: {
Expand Down

0 comments on commit 90dd82a

Please sign in to comment.