Skip to content

Commit

Permalink
try nuxt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhrk committed Jun 11, 2024
1 parent c25bd2b commit 3c963a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const routes = posts.map((p) =>
);

export default defineNuxtConfig({
future: {
compatibilityVersion: 4
},
app: {
head: {
htmlAttrs: {
Expand Down

0 comments on commit 3c963a5

Please sign in to comment.