Improvements to types and age verification screen
This commit is contained in:
parent
18e98cdb3b
commit
7f7a62a391
78 changed files with 1132 additions and 1102 deletions
|
|
@ -5,7 +5,12 @@ import markdownIntegration from "@astropub/md";
|
|||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://gallery.badmanners.xyz",
|
||||
integrations: [tailwindIntegration({ applyBaseStyles: false }), markdownIntegration()],
|
||||
integrations: [
|
||||
tailwindIntegration({
|
||||
applyBaseStyles: false,
|
||||
}),
|
||||
markdownIntegration(),
|
||||
],
|
||||
markdown: {
|
||||
smartypants: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue