Extending from github repo
Hey everyone, I am having trouble extending from a public github repository (nuxt project).
I am using nuxt version 3.15.2 and the following extends
`
The repo is public and built in nuxt (with a nuxt.config.ts file)
But when I run "npm run dev", I get the error
Failed to download https://api.github.com/repos/AxelSorensen/extend_test/tarball/main: 404 Not Found
Any ideas? Can you extend it from your machine? Much appreciated
I am using nuxt version 3.15.2 and the following extends
`
The repo is public and built in nuxt (with a nuxt.config.ts file)
But when I run "npm run dev", I get the error
Failed to download https://api.github.com/repos/AxelSorensen/extend_test/tarball/main: 404 Not Found
Any ideas? Can you extend it from your machine? Much appreciated

