Updated .gitignore to exclude vercel.json.

This commit is contained in:
Jeremy Nusser 2022-11-02 01:02:49 -05:00
parent 55c3b7ea9d
commit ded5d64cf2
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules/
vercel.json

View File

@ -58,5 +58,5 @@ privacyEnhanced = true
[module]
[module.hugoVersion]
extended = true
min = "0.101.0"
min = "0.105.0"
max = "0.105.0"

View File

@ -11,7 +11,7 @@ description: A test with @tailwindcss/typography & Prose
<section class="lg:pb-24">
<div class="max-w-screen-md px-4 mx-auto">
<p class="mb-8 font-light text-center text-gray-500 lg:mb-16 dark:text-gray-400 sm:text-xl">Got a technical issue? Want to send feedback about a beta feature? Need details about our Business plan? Let us know.</p>
<form action="#" class="space-y-8">
<form name="contact" netlify class="space-y-8">
<div class="my-4">
<label for="email" class="block mb-2 font-medium text-gray-900 text-md dark:text-gray-300"><strong>Your Email:</strong></label>
<input type="email" id="email" class="shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-md rounded-lg focus:ring-indigo-500 focus:border-indigo-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-indigo-500 dark:focus:border-indigo-500 dark:shadow-sm-light" placeholder="name@example.com" required>