Skip to content

Commit

Permalink
Fixed path to CloudFront.
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Mar 28, 2013
1 parent 794bd24 commit ea911b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/conf/Config.groovy
@@ -1,4 +1,4 @@
//grails.app.context = "/"
grails.app.context = "/"
grails.project.groupId = appName // change this to alter the default package name and Maven publishing destination
grails.mime.file.extensions = true // enables the parsing of file extensions from URLs into the request format
grails.mime.use.accept.header = false
Expand Down Expand Up @@ -75,7 +75,7 @@ environments {
}

grails.resources.mappers.baseurl.enabled = true
grails.resources.mappers.baseurl.default = "http://dke2vwgtydyev.cloudfront.net"
grails.resources.mappers.baseurl.default = "http://dke2vwgtydyev.cloudfront.net/static"
}
}

Expand Down

0 comments on commit ea911b6

Please sign in to comment.