diff --git a/playground/astro.config.mjs b/playground/astro.config.mjs index 4041a53..48cb804 100644 --- a/playground/astro.config.mjs +++ b/playground/astro.config.mjs @@ -10,7 +10,7 @@ export default defineConfig({ // }), integrations: [ astroHashnode({ - hashnodeURL: "https://astroplayground.hashnode.dev", + hashnodeURL: "astroplayground.hashnode.dev", verbose: true, disableViewTransitions: false, })