Skip to content

Commit 8e2a01a

Browse files
committedAug 27, 2024··
chore: add compatibilityDate
1 parent 4efdc0b commit 8e2a01a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎playground/nuxt.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineNuxtConfig } from 'nuxt/config'
22

33
export default defineNuxtConfig({
4+
compatibilityDate: '2024-08-27',
45
modules: ['@nuxt/image'],
56
extends: ['./layers/example'],
67
image: {

0 commit comments

Comments
 (0)
Please sign in to comment.