mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-04-09 00:19:12 +00:00
format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import * as interfaces from '../../lib/interfaces'
|
||||
import { filePath } from '../../lib/blog-helpers'
|
||||
import * as interfaces from '../../lib/interfaces'
|
||||
import Caption from './Caption.astro'
|
||||
|
||||
export interface Props {
|
||||
@@ -26,8 +26,7 @@ try {
|
||||
}
|
||||
|
||||
const filename =
|
||||
url &&
|
||||
decodeURIComponent(url.pathname.split('/').slice(-1)[0] || '')
|
||||
url && decodeURIComponent(url.pathname.split('/').slice(-1)[0] || '')
|
||||
---
|
||||
|
||||
<div class="file">
|
||||
|
||||
Reference in New Issue
Block a user