filenames
diff --git a/pages/clicksforms.js b/pages/clicksforms.js
index 19bc048..491e7da 100644
--- a/pages/clicksforms.js
+++ b/pages/clicksforms.js
@@ -25,14 +25,14 @@
       <AutoSpacing>
         <SectionHeading id="features">Features</SectionHeading>
           <TileRow divless={true}>
-            <img alt="Anonymous forms"       src="/Features/ClicksForms/Anonymous.svg" />
-            <img alt="Discord buttons"       src="/Features/ClicksForms/Buttons.svg" />
-            <img alt="Export formats"        src="/Features/ClicksForms/Export.svg" />
-            <img alt="Up to 25 Forms"        src="/Features/ClicksForms/Forms.svg" />
-            <img alt="Multiple Choice"       src="/Features/ClicksForms/Multichoice.svg" />
-            <img alt="Up to 25 questions"    src="/Features/ClicksForms/Questions.svg" />
-            <img alt="Many question types"   src="/Features/ClicksForms/Types.svg" />
-            <img alt="Easily view responses" src="/Features/ClicksForms/Responses.svg" />
+            <img alt="Anonymous forms"       src="https://assets.clicksminuteper.net/web/features/clicksforms/Anonymous.svg" />
+            <img alt="Discord buttons"       src="https://assets.clicksminuteper.net/web/features/clicksforms/Buttons.svg" />
+            <img alt="Export formats"        src="https://assets.clicksminuteper.net/web/features/clicksforms/Export.svg" />
+            <img alt="Up to 25 Forms"        src="https://assets.clicksminuteper.net/web/features/clicksforms/Forms.svg" />
+            <img alt="Multiple Choice"       src="https://assets.clicksminuteper.net/web/features/clicksforms/Multichoice.svg" />
+            <img alt="Up to 25 questions"    src="https://assets.clicksminuteper.net/web/features/clicksforms/Questions.svg" />
+            <img alt="Many question types"   src="https://assets.clicksminuteper.net/web/features/clicksforms/Types.svg" />
+            <img alt="Easily view responses" src="https://assets.clicksminuteper.net/web/features/clicksforms/Responses.svg" />
           </TileRow>
           <SectionHeading id="commands">Commands</SectionHeading>
           <Paragraph><code>/accept</code>: Completes a form you are asked to fill in</Paragraph>
diff --git a/pages/rsm.js b/pages/rsm.js
index 6038029..4c54976 100644
--- a/pages/rsm.js
+++ b/pages/rsm.js
@@ -7,16 +7,16 @@
 import Paragraph from '../Components/Paragraph'
 import CardRow from '../Components/CardRow'
 
-import FeatureImages from '../public/Features/RSM/Images.svg';
-import FeatureAutomate from '../public/Features/RSM/Automate.svg';
-import FeatureCAPTCHA from '../public/Features/RSM/CAPTCHA.svg';
-import FeatureDeveloped from '../public/Features/RSM/Developed.svg';
-import FeatureLogging from '../public/Features/RSM/Logging.svg';
-import FeatureNSFW from '../public/Features/RSM/NSFW.svg';
-import FeaturePunish from '../public/Features/RSM/Punish.svg';
-import FeatureRaids from '../public/Features/RSM/Raids.svg';
-import FeatureStatistics from '../public/Features/RSM/Statistics.svg';
-import FeatureTags from '../public/Features/RSM/Tags.svg';
+// import FeatureImages from '../public/Features/RSM/Images.svg';
+// import FeatureAutomate from '../public/Features/RSM/Automate.svg';
+// import FeatureCAPTCHA from '../public/Features/RSM/CAPTCHA.svg';
+// import FeatureDeveloped from '../public/Features/RSM/Developed.svg';
+// import FeatureLogging from '../public/Features/RSM/Logging.svg';
+// import FeatureNSFW from '../public/Features/RSM/NSFW.svg';
+// import FeaturePunish from '../public/Features/RSM/Punish.svg';
+// import FeatureRaids from '../public/Features/RSM/Raids.svg';
+// import FeatureStatistics from '../public/Features/RSM/Statistics.svg';
+// import FeatureTags from '../public/Features/RSM/Tags.svg';
 
 export default function Home() {
   return (