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

Commit 85643de

Browse files
committed
nuxt3: upgrade nuxt, nuxt-directus and collection usage
- nuxt upgrade to 3.0.0-rc.3 - read "articles" instead of "blog"
1 parent 43e2552 commit 85643de

File tree

5 files changed

+20102
-10
lines changed

5 files changed

+20102
-10
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { defineNuxtConfig } from "nuxt3";
1+
import { defineNuxtConfig } from "nuxt";
22

33
export default defineNuxtConfig({
44
modules: ["nuxt-directus", "@nuxtjs/tailwindcss"],
55
directus: {
6-
url: "-",
6+
url: "http://localhost:8055/",
77
},
88
});

0 commit comments

Comments
 (0)