Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit c99bbe7

Browse files
author
Roger Stringer
authored
update nuxt3 (#174)
1 parent ca4268b commit c99bbe7

File tree

3 files changed

+2447
-2475
lines changed

3 files changed

+2447
-2475
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import { defineNuxtConfig } from "nuxt";
1+
import { defineNuxtConfig } from 'nuxt/config'
22

33
export default defineNuxtConfig({
44
modules: ["nuxt-directus", "@nuxtjs/tailwindcss"],
55
directus: {
66
url: "-",
7+
token: "-"
78
},
89
});

0 commit comments

Comments
 (0)