diff --git a/examples/custom-layout/README.md b/examples/custom-layouts/README.md similarity index 100% rename from examples/custom-layout/README.md rename to examples/custom-layouts/README.md diff --git a/examples/custom-layout/layouts/dark.vue b/examples/custom-layouts/layouts/dark.vue similarity index 100% rename from examples/custom-layout/layouts/dark.vue rename to examples/custom-layouts/layouts/dark.vue diff --git a/examples/custom-layout/layouts/default.vue b/examples/custom-layouts/layouts/default.vue similarity index 100% rename from examples/custom-layout/layouts/default.vue rename to examples/custom-layouts/layouts/default.vue diff --git a/examples/custom-layout/layouts/error.vue b/examples/custom-layouts/layouts/error.vue similarity index 100% rename from examples/custom-layout/layouts/error.vue rename to examples/custom-layouts/layouts/error.vue diff --git a/examples/custom-layout/package.json b/examples/custom-layouts/package.json similarity index 81% rename from examples/custom-layout/package.json rename to examples/custom-layouts/package.json index ce5d6af2a6..4b5f4b7874 100644 --- a/examples/custom-layout/package.json +++ b/examples/custom-layouts/package.json @@ -1,5 +1,5 @@ { - "name": "nuxt-extend-app", + "name": "nuxt-custom-layouts", "dependencies": { "nuxt": "latest" }, diff --git a/examples/custom-layout/pages/about.vue b/examples/custom-layouts/pages/about.vue similarity index 100% rename from examples/custom-layout/pages/about.vue rename to examples/custom-layouts/pages/about.vue diff --git a/examples/custom-layout/pages/index.vue b/examples/custom-layouts/pages/index.vue similarity index 100% rename from examples/custom-layout/pages/index.vue rename to examples/custom-layouts/pages/index.vue diff --git a/examples/custom-layout/static/logo.png b/examples/custom-layouts/static/logo.png similarity index 100% rename from examples/custom-layout/static/logo.png rename to examples/custom-layouts/static/logo.png