feat: responsiveness
This commit is contained in:
+7
-1
@@ -1,5 +1,5 @@
|
||||
// @ts-check
|
||||
import { defineConfig, passthroughImageService } from "astro/config";
|
||||
import { defineConfig, passthroughImageService, fontProviders } from "astro/config";
|
||||
|
||||
import partytown from "@astrojs/partytown";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
@@ -25,5 +25,11 @@ export default defineConfig({
|
||||
image: {
|
||||
service: passthroughImageService(),
|
||||
},
|
||||
fonts: [{
|
||||
name: 'Poppins',
|
||||
cssVariable: '--font-poppins',
|
||||
provider: fontProviders.fontsource(),
|
||||
weights: [400, 600, 700]
|
||||
}],
|
||||
site: "https://tideshiftdigital.com",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user