Skip to content

Make it work with a stable Nuxt 3 version #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kunukn
Copy link

@kunukn kunukn commented Feb 19, 2023

Stable Nuxt 3 version imports the config like this.

import { defineNuxtConfig } from 'nuxt/config'

#3

@kunukn
Copy link
Author

kunukn commented Feb 19, 2023

All the feature branches should probably also be updated.

02-begin
02-end
etc..

@jjaimealeman
Copy link

I currently have it working without issue on 3.3.2.
I just finished the tutorial today.

https://build-a-blog-nuxt3-content.netlify.app/
https://github.com/jjaimealeman/build-a-blog-nuxt3-content

{
  "name": "nuxt-app",
  "private": true,
  "scripts": {
    "build": "nuxt build",
    "dev": "nuxt dev",
    "generate": "nuxt generate",
    "preview": "nuxt preview",
    "postinstall": "nuxt prepare"
  },
  "devDependencies": {
    "@nuxt/content": "^2.5.2",
    "nuxt": "^3.3.2"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants