diff --git a/netlify.toml b/netlify.toml index 86e0391..7c2e06e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,6 @@ +[dev] + command = "npm run dev" + [build] command = "npm run build" publish = "dist" \ No newline at end of file diff --git a/src/pages/404.html b/src/pages/404.astro similarity index 98% rename from src/pages/404.html rename to src/pages/404.astro index 40c9925..c5dae0e 100644 --- a/src/pages/404.html +++ b/src/pages/404.astro @@ -1,3 +1,6 @@ +--- +import '../styles/404.css' +---