Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix default reg
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 10, 2022
1 parent 471525e commit ec66e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxi/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineNuxtCommand } from './index'

const rpath = (p: string) => relative(process.cwd(), p)

const DEFAULT_REGISTRY = 'https://github.com/raw/unjs/giget/main/templates'
const DEFAULT_REGISTRY = 'https://github.com/raw/nuxt/starter/templates/templates'

export default defineNuxtCommand({
meta: {
Expand Down

0 comments on commit ec66e75

Please sign in to comment.