From bb3b91ecb69ad3997119237ba99ef58bd9813e07 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 3 Nov 2024 12:56:10 +0000 Subject: [PATCH] chore: format content markdown files with Prettier --- content/docs/guides/nuxt.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/docs/guides/nuxt.md b/content/docs/guides/nuxt.md index 1ee5d4f0fd..1ffcd7b60d 100644 --- a/content/docs/guides/nuxt.md +++ b/content/docs/guides/nuxt.md @@ -6,7 +6,6 @@ tag: new updatedOn: '2024-11-03T12:54:20.019Z' --- - [Nuxt](https://nuxt.com/) is an open-source full-stack meta framework that enables Vue-based web applications. This topic describes how to connect a Nuxt application to a Postgres database on Neon. To create a Neon project and access it from a Next.js application: @@ -56,10 +55,8 @@ DATABASE_URL="postgresql://:@.neon.tech: Will add the content once https://github.com/neondatabase/examples/pull/30 is merged - ## Run the app When you run `npm run dev` you can expect to see the following on [localhost:3000](localhost:3000): @@ -79,4 +76,3 @@ You can find the source code for the applications described in this guide on Git -