Fixing and Sitemap and Robots.txt
This commit is contained in:
11
src/components/P.astro
Normal file
11
src/components/P.astro
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
interface Props {
|
||||
class: string;
|
||||
}
|
||||
|
||||
const { class: s } = Astro.props as Props;
|
||||
---
|
||||
|
||||
<p class={s}>
|
||||
<slot></slot>
|
||||
</p>
|
||||
Reference in New Issue
Block a user