Skip to content

Commit

Permalink
Merge pull request #610 from CorrelAid/add_misc_to_svelt_conf
Browse files Browse the repository at this point in the history
Add misc to svelt conf
  • Loading branch information
jstet authored Nov 18, 2023
2 parents 7d85228 + b7e330e commit 0963e35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</p>
{/if}
<Box>
<p class="flex flex-col space-y-2 md:flex-row md:space-x-4 md:space-y-0">
<p class="flex flex-col space-y-2 md:flex-row md:space-x-3 md:space-y-0">
<span class="flex">
<span class="my-auto flex fill-neutral" arria-hidden="true"
><Calendar width={19} height={19} /></span
Expand Down
2 changes: 2 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ dotenv.config({path: path.resolve(process.cwd(), '.env')});

const excl = [
'misc.read_more',
'misc.partners',
'misc.financial_supporters',
'access.close',
'access.open',
'access.next',
Expand Down

1 comment on commit 0963e35

@vercel
Copy link

@vercel vercel bot commented on 0963e35 Nov 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

correlaid – ./

www.correlaid.org
correlaid-correlaid.vercel.app
correlaid-git-main-correlaid.vercel.app
correlaid.org

Please sign in to comment.