fix: bugs
This commit is contained in:
parent
7a7922f2f9
commit
f55e39a84d
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import { createClient } from '@supabase/supabase-js'
|
||||||
import { DateTime } from 'luxon'
|
import { DateTime } from 'luxon'
|
||||||
|
|
||||||
const SUPABASE_URL = Netlify.env.get('SUPABASE_URL')
|
const SUPABASE_URL = Netlify.env.get('SUPABASE_URL')
|
||||||
const SUPABASE_KEY = Netlify.env.get('SUPABASE_API_KEY')
|
const SUPABASE_KEY = Netlify.env.get('SUPABASE_KEY')
|
||||||
const supabase = createClient(SUPABASE_URL, SUPABASE_KEY)
|
const supabase = createClient(SUPABASE_URL, SUPABASE_KEY)
|
||||||
|
|
||||||
const sanitizeMediaString = (string) => string.normalize('NFD').replace(/[\u0300-\u036f\u2010—\.\?\(\)\[\]\{\}]/g, '').replace(/\.{3}/g, '')
|
const sanitizeMediaString = (string) => string.normalize('NFD').replace(/[\u0300-\u036f\u2010—\.\?\(\)\[\]\{\}]/g, '').replace(/\.{3}/g, '')
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "14.0.2",
|
"version": "14.0.3",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in a new issue