diff --git a/config.toml b/config.toml
index a2ea3bbf7cc360e0a945997bacb47a8a4497e076..5c916050234e66f8dd85f897b5edfaec90e1e883 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,3 @@
-theme = "docsy"
-
 baseURL = "https://daic.tudelft.nl/"
 title = "DAIC documentation"
 
@@ -190,6 +188,7 @@ offlineSearch = true
 # hugo module configuration
 
 [module]
+  proxy = "direct"
   # uncomment line below for temporary local development of module
   # replacements = "github.com/google/docsy -> ../../docsy"
   [module.hugoVersion]
@@ -197,13 +196,5 @@ offlineSearch = true
     min = "0.75.0"
   [[module.imports]]
     path = "github.com/google/docsy"
-    disable = false
-  [[module.imports]]
-    path = "github.com/google/docsy/dependencies"
-    disable = false    
-  [[module.imports]]
-    path = "github.com/loup-brun/hugo-cite"
-    disable = false
-  [[module.imports]]
-    path = "github.com/google/docsy"
-    version = "v0.10.0"
\ No newline at end of file
+    version = "v0.10.0"
+    disable = false
\ No newline at end of file