From 054f384761cd58cd659ef9d1e8a24a6325fd5005 Mon Sep 17 00:00:00 2001 From: mrhoyle2 Date: Tue, 24 Dec 2024 12:44:46 -0600 Subject: [PATCH] mechse --- src/pages/about/instructions/mechse.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/about/instructions/mechse.astro b/src/pages/about/instructions/mechse.astro index 8ee88cec..67971fbf 100644 --- a/src/pages/about/instructions/mechse.astro +++ b/src/pages/about/instructions/mechse.astro @@ -68,12 +68,16 @@ import SubSubSection from "../../../components/SubSubSection.astro" ` /> Now, if you have the pages locally running on your computer, they should be accessible at http://localhost:4321/<course_abbreviation>/<page_1> (replace <course_abbreviation> and <page_1> with your respective course abbreviation and page names). Note that while the pages have ".astro" as their file extension, the links to those pages do not include it. +
+
+

If you plan on adding images or animations to your course, make sure to create a new folder in `public` as well, with your course abbreviation. You should now have the following structure: -      |--> .png +      |--> _Figs +           |--> .png src |--> components |--> layouts