Fixed CSS loading issue
This commit is contained in:
@@ -6,7 +6,7 @@ let baseUrl: string
|
||||
const isDev = import.meta.env.DEV;
|
||||
|
||||
if (isDev) {
|
||||
baseUrl = "http://localhost:4321"
|
||||
baseUrl = "http://localhost:4321/"
|
||||
} else {
|
||||
baseUrl = import.meta.env.SITE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user