diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro new file mode 100644 index 0000000..356a209 --- /dev/null +++ b/src/layouts/Base.astro @@ -0,0 +1,24 @@ +--- +import '../styles/global.css' + +export interface Props { + title?: string +} +const { title = 'Talk Pro — One User. Multiple Worlds.' } = Astro.props +--- + + + +
+ + + +Talk Pro — scaffold works
+